https://github.com/Kitware/CMake
Revision c494b2973a1557c3373a2841ba39da6b8d4bdb5a authored by Kyle Edwards on 08 July 2019, 21:09:34 UTC, committed by Brad King on 02 October 2019, 13:33:54 UTC
1 parent c8f4806
Raw File
Tip revision: c494b2973a1557c3373a2841ba39da6b8d4bdb5a authored by Kyle Edwards on 08 July 2019, 21:09:34 UTC
CTest: Add cmCTestHardwareAllocator class
Tip revision: c494b29
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top