This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
4e20ca7726
CMake
/
configure
4 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Simplify bootstrap script source dir detection This teaches the bootstrap shell script to detect the CMake source directory from which it is executed using a simpler idiom.
2009-09-25 18:48:24 +04:00
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
ENH: Configure script now just invokes bootstrap script.
2003-06-23 16:58:19 +04:00
exec "${cmake_source_dir}/bootstrap" "$@"