[Orxonox-commit 6642] r11280 - code/branches/mac_HS16

ahedges at orxonox.net ahedges at orxonox.net
Mon Nov 14 13:10:58 CET 2016


Author: ahedges
Date: 2016-11-14 13:10:57 +0100 (Mon, 14 Nov 2016)
New Revision: 11280

Modified:
   code/branches/mac_HS16/CMakeLists.txt
Log:
add option to test clang on linux


Modified: code/branches/mac_HS16/CMakeLists.txt
===================================================================
--- code/branches/mac_HS16/CMakeLists.txt	2016-11-11 12:15:24 UTC (rev 11279)
+++ code/branches/mac_HS16/CMakeLists.txt	2016-11-14 12:10:57 UTC (rev 11280)
@@ -37,6 +37,11 @@
 
 PROJECT(Orxonox C CXX)
 
+# Uncomment to test compilation with clang on linux
+# SET(C clang)
+# SET(CXX clang)
+# SET(CMAKE_CXX_COMPILER_ID "Clang")
+
 # Check AFTER the PROJECT command because MSVC10 gets defined there
 IF(WIN32)
   IF(MSVC10)
@@ -59,6 +64,7 @@
 )
 SET(ORXONOX_VERSION_NAME "Arcturus")
 
+
 # Standard path suffixes
 SET(DEFAULT_RUNTIME_PATH bin)
 SET(DEFAULT_LIBRARY_PATH lib)




More information about the Orxonox-commit mailing list