From b1dbb9e96bd702a906bb2d8ce51d42e24003265c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 17 Jun 2009 15:10:04 +0000 Subject: [PATCH] Added CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)