We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81e21d3 commit c9885e9Copy full SHA for c9885e9
1 file changed
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
check_library_exists(atomic __atomic_load_8 "" HAVE_LIBATOMICS)
149
0 commit comments