Changed cmakelists.txt so that cmake 2.6 doesn't give a warning.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402584
This commit is contained in:
Davis King 2008-10-22 21:12:31 +00:00
parent 732dbae290
commit 1e103791c9

View File

@ -7,6 +7,7 @@
# setting this makes CMake allow normal looking IF ELSE statements
SET(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
cmake_minimum_required(VERSION 2.4)
cmake_policy(SET CMP0003 NEW)
PROJECT(examples)