Globally remove CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS

This is a Cmake 2.4.3 variable that isn't even documented anymore.
This commit is contained in:
Philipp Möller
2016-02-16 17:02:55 +01:00
parent c3fba6c5ab
commit 4211a4f01e
22 changed files with 0 additions and 47 deletions
@@ -73,8 +73,6 @@ if(\"\${CMAKE_MAJOR_VERSION}.\${CMAKE_MINOR_VERSION}\" VERSION_GREATER 2.6)
endif()
endif()
set( CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true )
if ( COMMAND cmake_policy )
cmake_policy( SET CMP0003 NEW )