Added CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS

This commit is contained in:
Robert Osfield
2009-06-17 15:10:04 +00:00
parent 4f6add4c14
commit b1dbb9e96b

View File

@@ -1,3 +1,5 @@
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
IF(WIN32)
CMAKE_MINIMUM_REQUIRED(VERSION 2.4.6 FATAL_ERROR)
ELSE(WIN32)