https://github.com/Kitware/CMake
Revision 9970cdcb59e5d02da68c195799146f9bc91816e7 authored by David Keller on 30 July 2016, 14:48:53 UTC, committed by Brad King on 02 August 2016, 14:41:40 UTC
Read a variable to get non-standard locations to be searched,
e.g. brew, port.

Signed-off-by: David Keller <david.keller@litchis.fr>
1 parent fd59f9a
Raw File
Tip revision: 9970cdcb59e5d02da68c195799146f9bc91816e7 authored by David Keller on 30 July 2016, 14:48:53 UTC
CMakeFindFrameworks: Allow custom framework locations
Tip revision: 9970cdc
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top