|
From: <ge...@us...> - 2009-06-10 04:32:37
|
Revision: 16915
http://personalrobots.svn.sourceforge.net/personalrobots/?rev=16915&view=rev
Author: gerkey
Date: 2009-06-10 04:30:08 +0000 (Wed, 10 Jun 2009)
Log Message:
-----------
Commented macro that's only available on ros trunk at the moment.
Modified Paths:
--------------
pkg/trunk/motion_planning/planning_environment/CMakeLists.txt
pkg/trunk/util/new_robot_self_filter/CMakeLists.txt
Modified: pkg/trunk/motion_planning/planning_environment/CMakeLists.txt
===================================================================
--- pkg/trunk/motion_planning/planning_environment/CMakeLists.txt 2009-06-10 04:11:15 UTC (rev 16914)
+++ pkg/trunk/motion_planning/planning_environment/CMakeLists.txt 2009-06-10 04:30:08 UTC (rev 16915)
@@ -9,7 +9,7 @@
src/collision_models.cpp
src/kinematic_model_state_monitor.cpp
src/collision_space_monitor.cpp)
-rospack_add_openmp_flags(planning_environment)
+#rospack_add_openmp_flags(planning_environment)
# Tests
Modified: pkg/trunk/util/new_robot_self_filter/CMakeLists.txt
===================================================================
--- pkg/trunk/util/new_robot_self_filter/CMakeLists.txt 2009-06-10 04:11:15 UTC (rev 16914)
+++ pkg/trunk/util/new_robot_self_filter/CMakeLists.txt 2009-06-10 04:30:08 UTC (rev 16915)
@@ -28,4 +28,4 @@
#rospack_link_boost(${PROJECT_NAME} thread)
rospack_add_executable(test_filter test_filter.cpp)
-rospack_add_openmp_flags(test_filter)
+#rospack_add_openmp_flags(test_filter)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|