Modified:
trunk/CMakeLists.txt
Log:
Fix for CMake 2.4
Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Fri Oct 17 09:55:06 2008
@@ -1,5 +1,8 @@
cmake_minimum_required (VERSION 2.4)
+
+if(COMMAND cmake_policy)
cmake_policy(VERSION 2.6)
+endif(COMMAND cmake_policy
project (CrissCross)