We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ee40f commit d0b4783Copy full SHA for d0b4783
CMakeLists.txt
@@ -141,7 +141,9 @@ configure_file(
141
"${PROJECT_BINARY_DIR}/include/rcutils/configuration_flags.h"
142
)
143
144
-target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
+if(NOT RCUTILS_NO_FILESYSTEM)
145
+ target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
146
+endif()
147
148
# Needed if pthread is used for thread local storage.
149
if(IOS AND IOS_SDK_VERSION LESS 10.0)
0 commit comments