r556 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Mar 15 03:36:13 EDT 2008


Author: icculus
Date: 2008-03-15 03:36:12 -0400 (Sat, 15 Mar 2008)
New Revision: 556

Modified:
   trunk/CMakeLists.txt
Log:
Apparently not having CMAKE_MINIMUM_REQUIRED in your CMakeLists.txt is an
 error with newer CMake builds.


Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2008-03-15 03:46:13 UTC (rev 555)
+++ trunk/CMakeLists.txt	2008-03-15 07:36:12 UTC (rev 556)
@@ -13,6 +13,7 @@
 # Only choose options you want/need to squeeze every byte off the download.
 
 PROJECT(MojoSetup)
+CMAKE_MINIMUM_REQUIRED(VERSION 2.4)
 
 EXECUTE_PROCESS(
     COMMAND "svnversion"




More information about the mojosetup-commits mailing list