https://github.com/Kitware/CMake
Revision 2361f4efe16645acbeedb96fc5800fe122b090ed authored by Brad King on 31 March 2020, 11:16:57 UTC, committed by Brad King on 31 March 2020, 11:17:54 UTC
1 parent cfa3a23
Raw File
Tip revision: 2361f4efe16645acbeedb96fc5800fe122b090ed authored by Brad King on 31 March 2020, 11:16:57 UTC
Help: Update GoogleTest XML_OUTPUT_DIR release note markup
Tip revision: 2361f4e
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top