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 3ae278c commit 7f0305dCopy full SHA for 7f0305d
CMakeLists.txt
@@ -599,7 +599,10 @@ endif()
599
600
# Export old-style CMake variables
601
ament_export_include_directories("include/${PROJECT_NAME}")
602
-ament_export_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
+
603
+if(NOT RCUTILS_NO_FILESYSTEM)
604
+ ament_export_libraries(${PROJECT_NAME} ${CMAKE_DL_LIBS})
605
+endif()
606
607
# Export modern CMake targets
608
ament_export_targets(${PROJECT_NAME})
0 commit comments