diff options
author | Chris Robinson <[email protected]> | 2019-09-19 18:50:45 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-19 18:50:45 -0700 |
commit | c0678816fc9d3cf60ce35c0b608371c261691727 (patch) | |
tree | ad25e140f1dcaf5b83aa83ed3725ff967ace3119 | |
parent | ffb5623ead779bde507a9fda7603cb6fc6b4aa2b (diff) |
Remove deprecated CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b00194e..81eb25bf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,6 @@ IF(COMMAND CMAKE_POLICY) ENDIF(POLICY CMP0075) ENDIF(COMMAND CMAKE_POLICY) -SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) - IF(NOT CMAKE_BUILD_TYPE) SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." |