diff options
author | Ken Martin <ken.martin@kitware.com> | 2007-11-06 19:14:18 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2007-11-06 19:14:18 (GMT) |
commit | 8eae7fddf29dc9531c2c7ac87dcf2dbf4a4c8dec (patch) | |
tree | 026ee893e99d624639ff32be8c86689bf9669594 /Source/CMakeLists.txt | |
parent | 16ac724c9189af13ea4a4b04584a4498fe907518 (diff) | |
download | CMake-8eae7fddf29dc9531c2c7ac87dcf2dbf4a4c8dec.zip CMake-8eae7fddf29dc9531c2c7ac87dcf2dbf4a4c8dec.tar.gz CMake-8eae7fddf29dc9531c2c7ac87dcf2dbf4a4c8dec.tar.bz2 |
ENH: move CMAKE_STRICT option to the top
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 074f7e2..86c4579 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -1,7 +1,4 @@ # 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" |