[Orxonox-commit 4884] r9553 - code/branches/core6/src

landauf at orxonox.net landauf at orxonox.net
Sun Mar 17 17:26:13 CET 2013


Author: landauf
Date: 2013-03-17 17:26:13 +0100 (Sun, 17 Mar 2013)
New Revision: 9553

Modified:
   code/branches/core6/src/SourceConfig.cmake
Log:
fixed include directories when called from test directory

Modified: code/branches/core6/src/SourceConfig.cmake
===================================================================
--- code/branches/core6/src/SourceConfig.cmake	2013-03-17 14:30:32 UTC (rev 9552)
+++ code/branches/core6/src/SourceConfig.cmake	2013-03-17 16:26:13 UTC (rev 9553)
@@ -98,10 +98,10 @@
 
   # All includes in "externals" should be prefixed with the path
   # relative to "external" to avoid conflicts
-  ${CMAKE_CURRENT_SOURCE_DIR}/external
+  ../src/external
   # Include directories needed even if only included by Orxonox
-  ${CMAKE_CURRENT_SOURCE_DIR}/external/bullet
-  ${CMAKE_CURRENT_SOURCE_DIR}/external/ois
+  ../src/external/bullet
+  ../src/external/ois
 
   # External
   ${OGRE_INCLUDE_DIR}




More information about the Orxonox-commit mailing list