Merge branch '59-additional-dl-flag-is-not-needed-when-calling-target_link_libraries-for-lttng' into 'master'
Resolve "Additional dl flag is not needed when calling target_link_libraries() for lttng" Closes #59 See merge request micro-ROS/ros_tracing/ros2_tracing!120
This commit is contained in:
commit
6d67a7fa57
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ endif()
|
|||
add_library(${PROJECT_NAME} ${SOURCES})
|
||||
if(TRACING_ENABLED)
|
||||
target_compile_definitions(${PROJECT_NAME} PUBLIC TRACETOOLS_LTTNG_ENABLED)
|
||||
target_link_libraries(${PROJECT_NAME} ${LTTNG_LIBRARIES} -ldl)
|
||||
target_link_libraries(${PROJECT_NAME} ${LTTNG_LIBRARIES})
|
||||
endif()
|
||||
if(WIN32)
|
||||
# Causes the visibility macros to use dllexport rather than dllimport
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue