[crisscross commit] r874 - trunk

0 views
Skip to first unread message

codesite...@google.com

unread,
Oct 17, 2008, 12:57:52 PM10/17/08
to crisscr...@googlegroups.com
Author: steven.noonan
Date: Fri Oct 17 09:55:06 2008
New Revision: 874

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)

Reply all
Reply to author
Forward
0 new messages