updated cmake file to avoid warning

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402418
This commit is contained in:
Davis King 2008-07-12 20:45:15 +00:00
parent e08cfd52f6
commit 6d3c1e5484

View File

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