This website requires JavaScript.
Explore
Help
Register
Sign In
reactos
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
mirror of
https://github.com/reactos/CMake.git
synced
2024-11-24 12:09:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
18c8fbcb0b
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 14:48:24 +00:00
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
ENH: Configure script now just invokes bootstrap script.
2003-06-23 12:58:19 +00:00
exec "${cmake_source_dir}/bootstrap" "$@"
Reference in New Issue
Copy Permalink