diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-10-16 18:28:37 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-10-16 18:28:37 (GMT) |
commit | 236d1ebf56a5349a50b9251c68ceadffc01ea708 (patch) | |
tree | 84b1c54aa16caf78f674819aea934c4b0d3a5cda /Source/CMakeLists.txt | |
parent | 1de1f4bb834b37ee96b56fc72949b87139d4b318 (diff) | |
download | CMake-236d1ebf56a5349a50b9251c68ceadffc01ea708.zip CMake-236d1ebf56a5349a50b9251c68ceadffc01ea708.tar.gz CMake-236d1ebf56a5349a50b9251c68ceadffc01ea708.tar.bz2 |
ENH: added CMAKE_STRICT option for var and property checking
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 55e4115..6a7c2dc 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -1,4 +1,7 @@ # configure the .h file +OPTION(CMAKE_STRICT + "Perform strict testing to see if ANY properties or variables are used before being defined" OFF) + CONFIGURE_FILE( "${CMake_SOURCE_DIR}/Source/cmConfigure.cmake.h.in" "${CMake_BINARY_DIR}/Source/cmConfigure.h" |