Modified:
trunk/CMakeLists.txt
Log:
Forgot a paren.
Modified: trunk/CMakeLists.txt
==============================================================================
--- trunk/CMakeLists.txt (original)
+++ trunk/CMakeLists.txt Fri Oct 17 09:55:34 2008
@@ -2,7 +2,7 @@
if(COMMAND cmake_policy)
cmake_policy(VERSION 2.6)
-endif(COMMAND cmake_policy
+endif(COMMAND cmake_policy)
project (CrissCross)