[Orxonox-commit 2814] r7517 - code/branches/ois_update
rgrieder at orxonox.net
rgrieder at orxonox.net
Sat Oct 9 17:24:45 CEST 2010
Author: rgrieder
Date: 2010-10-09 17:24:44 +0200 (Sat, 09 Oct 2010)
New Revision: 7517
Modified:
code/branches/ois_update/CMakeLists.txt
Log:
Radical change in build system. Should not make any difference though.
And if it does, there's something wrong.
Modified: code/branches/ois_update/CMakeLists.txt
===================================================================
--- code/branches/ois_update/CMakeLists.txt 2010-10-09 14:12:02 UTC (rev 7516)
+++ code/branches/ois_update/CMakeLists.txt 2010-10-09 15:24:44 UTC (rev 7517)
@@ -102,12 +102,12 @@
########### Subfolders and Subscripts ###########
+# General build and compiler options and configurations
+INCLUDE(CompilerConfig)
+
# Library finding
INCLUDE(LibraryConfig)
-# General build and compiler options and configurations
-INCLUDE(CompilerConfig)
-
# Configure installation paths and options
INCLUDE(InstallConfig)
More information about the Orxonox-commit
mailing list