Skip to content

Commit 75c10df

Browse files
author
Matthias Schoepfer
authored
Revert install of .so files into python path (#211)
There seems that some regression might have happened after #195. When removing those 2 lines, we avoid to install the .so files in lib *and* python path. Signed-off-by: Matthias Schoepfer <[email protected]>
1 parent 0497ce8 commit 75c10df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rosidl_generator_py/cmake/rosidl_generator_py_generate_interfaces.cmake

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -236,10 +236,6 @@ endforeach()
236236

237237
set_target_properties(${_target_name_lib} PROPERTIES COMPILE_OPTIONS "${_extension_compile_flags}")
238238

239-
set_target_properties(${_target_name_lib} PROPERTIES
240-
LIBRARY_OUTPUT_DIRECTORY ${_output_path}
241-
RUNTIME_OUTPUT_DIRECTORY ${_output_path})
242-
243239
if(NOT rosidl_generate_interfaces_SKIP_INSTALL)
244240
install(TARGETS ${_target_name_lib}
245241
EXPORT export_${_target_name_lib}

0 commit comments

Comments
 (0)