Revision: 6518
http://playerstage.svn.sourceforge.net/playerstage/?rev=6518&view=rev
Author: gbiggs
Date: 2008-06-10 04:18:16 -0700 (Tue, 10 Jun 2008)
Log Message:
-----------
Setting some policies for cmake 2.6
Modified Paths:
--------------
code/player/trunk/CMakeLists.txt
Modified: code/player/trunk/CMakeLists.txt
===================================================================
--- code/player/trunk/CMakeLists.txt 2008-06-10 11:09:43 UTC (rev 6517)
+++ code/player/trunk/CMakeLists.txt 2008-06-10 11:18:16 UTC (rev 6518)
@@ -1,5 +1,12 @@
CMAKE_MINIMUM_REQUIRED (VERSION 2.4.7 FATAL_ERROR)
+# Compatibility settings
+IF (COMMAND CMAKE_POLICY)
+ CMAKE_POLICY (SET CMP0003 NEW)
+ CMAKE_POLICY (SET CMP0004 NEW)
+ENDIF (COMMAND CMAKE_POLICY)
+
+
# Set the project name (helps Visual Studio, mainly)
PROJECT (Player)
STRING (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit