https://github.com/Kitware/CMake
Revision fc43477de01e4d95a2c68a401afa2fc7f5f4d255 authored by Brad King on 19 March 2013, 20:40:06 UTC, committed by Brad King on 19 March 2013, 20:44:17 UTC
Rename the variable added by commit 9ce1b9ef (Add
CMAKE_BUILD_INTERFACE_INCLUDES build-variable, 2012-11-25) to
CMAKE_INCLUDE_CURRENT_DIR_IN_INTERFACE to be more consistent with the
existing CMAKE_INCLUDE_CURRENT_DIR variable.

Suggested-by: Alex Neundorf <neundorf@kde.org>
1 parent 0174785
Raw File
Tip revision: fc43477de01e4d95a2c68a401afa2fc7f5f4d255 authored by Brad King on 19 March 2013, 20:40:06 UTC
Rename variable for including current directory in interfaces
Tip revision: fc43477
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top