diff --git a/CMakeLists.txt b/CMakeLists.txt index efa78d0bf..a05e6fe01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) + IF(WIN32) CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR) ELSE(WIN32)