Skip to content

Commit

Permalink
do not specify Python libraries in the LIBRARIES flag
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Nov 14, 2012
1 parent f892de7 commit d49f5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ catkin_python_setup()

catkin_package(
INCLUDE_DIRS src ${EIGEN_INCLUDE_DIRS}
LIBRARIES rviz default_plugin rviz_shiboken rviz_sip
LIBRARIES rviz default_plugin
)

#set(CMAKE_BUILD_TYPE Debug)
Expand Down

0 comments on commit d49f5a8

Please sign in to comment.