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 a228b2a commit d3f0889Copy full SHA for d3f0889
CMakeLists.txt
@@ -142,7 +142,9 @@ configure_file(
142
"${PROJECT_BINARY_DIR}/include/rcutils/configuration_flags.h"
143
)
144
145
-target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
+if(NOT RCUTILS_NO_FILESYSTEM)
146
+ target_link_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
147
+endif()
148
149
# Needed if pthread is used for thread local storage.
150
if(IOS AND IOS_SDK_VERSION LESS 10.0)
0 commit comments