Skip to content

Commit b114d26

Browse files
committed
Prevent catkin_simple from exporting the library (.so).
Addressing one part of #49 (1.)
1 parent 067b93b commit b114d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cuckoo_time_translator_python/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ catkin_python_setup()
3232

3333
cs_add_library(${PROJECT_NAME}
3434
src/module.cpp
35+
NO_AUTO_EXPORT
3536
)
3637

3738
string(REGEX REPLACE "_python$" "" LIB_OUTPUT_DIR ${CATKIN_PACKAGE_PYTHON_DESTINATION})

0 commit comments

Comments
 (0)