https://github.com/Kitware/CMake
Revision 378185fb7f672113257502ef96cf7106c22dd39f authored by Brad King on 24 November 2015, 14:12:58 UTC, committed by Brad King on 24 November 2015, 14:30:16 UTC
1 parent 29c1385
Raw File
Tip revision: 378185fb7f672113257502ef96cf7106c22dd39f authored by Brad King on 24 November 2015, 14:12:58 UTC
Tests: Add case for unmatched cmake_policy({PUSH,POP})
Tip revision: 378185f
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top