Revision: 8995
http://playerstage.svn.sourceforge.net/playerstage/?rev=8995&view=rev
Author: hsujohnhsu
Date: 2010-12-02 05:58:12 +0000 (Thu, 02 Dec 2010)
Log Message:
-----------
fix parallel_quickstep flags
Modified Paths:
--------------
code/gazebo/branches/wg/server/physics/CMakeLists.txt
code/gazebo/branches/wg/server/physics/ode/CMakeLists.txt
Modified: code/gazebo/branches/wg/server/physics/CMakeLists.txt
===================================================================
--- code/gazebo/branches/wg/server/physics/CMakeLists.txt 2010-12-02
05:49:16 UTC (rev 8994)
+++ code/gazebo/branches/wg/server/physics/CMakeLists.txt 2010-12-02
05:58:12 UTC (rev 8995)
@@ -1,6 +1,5 @@
include (${gazebo_cmake_dir}/GazeboUtils.cmake)
-
STRING (REPLACE " " ";" parallel_quickstep_include_dirs_split
"${parallel_quickstep_include_dirs}")
STRING (REPLACE " " ";" parallel_quickstep_library_dirs_split
"${parallel_quickstep_library_dirs}")
@@ -69,7 +68,7 @@
)
add_library(gazebo_physics SHARED ${sources})
-target_link_libraries(gazebo_physics ${parallel_quickstep_library}
${LINK_LIBS} )
+target_link_libraries(gazebo_physics ${parallel_quickstep_lflags} ${LINK_LIBS}
)
if (CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE})
set_source_files_properties(${sources} PROPERTIES LINK_FLAGS
${CMAKE_LINK_FLAGS_${CMAKE_BUILD_TYPE}})
Modified: code/gazebo/branches/wg/server/physics/ode/CMakeLists.txt
===================================================================
--- code/gazebo/branches/wg/server/physics/ode/CMakeLists.txt 2010-12-02
05:49:16 UTC (rev 8994)
+++ code/gazebo/branches/wg/server/physics/ode/CMakeLists.txt 2010-12-02
05:58:12 UTC (rev 8995)
@@ -1,5 +1,8 @@
include (${gazebo_cmake_dir}/GazeboUtils.cmake)
+STRING (REPLACE " " ";" parallel_quickstep_include_dirs_split
"${parallel_quickstep_include_dirs}")
+STRING (REPLACE " " ";" parallel_quickstep_library_dirs_split
"${parallel_quickstep_library_dirs}")
+
include_directories(
${parallel_quickstep_include_dirs_split}
)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit