Skip to content

Commit

Permalink
updated to new export_python_dirs macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Kjaergaard committed Jan 4, 2012
1 parent 4502b47 commit f7bcbfd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Expand Up @@ -7,7 +7,6 @@ add_subdirectory(scripts)
catkin_project(genpy
VERSION 0.0.1
CFG_EXTRAS genpy-extras.cmake
PYTHONPATH src
)


Expand All @@ -16,5 +15,5 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/genpy
DESTINATION etc/langs
)

enable_python(genpy)
export_python_dirs(src)

0 comments on commit f7bcbfd

Please sign in to comment.