https://github.com/Kitware/CMake
Revision 068e7962bb8a90ae9ae6b7d6da520a70701820af authored by Konstantin Podsvirov on 24 July 2015, 07:15:06 UTC, committed by Brad King on 27 July 2015, 14:30:41 UTC
By default this option is ON.  Turn OFF to disable installing runtime
3rd-party dependencies.
1 parent 42f0155
Raw File
Tip revision: 068e7962bb8a90ae9ae6b7d6da520a70701820af authored by Konstantin Podsvirov on 24 July 2015, 07:15:06 UTC
CMake: Add CMake_INSTALL_DEPENDENCIES option
Tip revision: 068e796
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top