aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-09-19 18:50:45 -0700
committerChris Robinson <[email protected]>2019-09-19 18:50:45 -0700
commitc0678816fc9d3cf60ce35c0b608371c261691727 (patch)
treead25e140f1dcaf5b83aa83ed3725ff967ace3119
parentffb5623ead779bde507a9fda7603cb6fc6b4aa2b (diff)
Remove deprecated CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS
-rw-r--r--CMakeLists.txt2
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."