https://github.com/Kitware/CMake
Revision 075cae5147bdca011841a9ebaf166636ab3e410f authored by Brad King on 26 August 2016, 12:57:40 UTC, committed by Brad King on 31 August 2016, 13:05:15 UTC
Some work may be needed to port to SPARC with Solaris and Linux.
1 parent 9a53af4
Raw File
Tip revision: 075cae5147bdca011841a9ebaf166636ab3e410f authored by Brad King on 26 August 2016, 12:57:40 UTC
Do not build libuv on SPARC
Tip revision: 075cae5
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top