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 c9e5a1c commit 536d3f3Copy full SHA for 536d3f3
1 file changed
image-filtering/CMakeLists.txt
@@ -20,8 +20,8 @@ find_package(fmt REQUIRED)
20
21
22
23
-# ---- Core library (no ROS) ----
24
-set(LIB "${PROJECT_NAME}_core")
+# ---- Library (no ROS) ----
+set(LIB "${PROJECT_NAME}")
25
26
add_library(${LIB} SHARED
27
src/lib/utilities.cpp
@@ -42,7 +42,7 @@ ament_target_dependencies(${LIB} PUBLIC
42
fmt
43
)
44
45
-# ---- ROS library (depends on core) ----
+# ---- ROS library ----
46
set(ROS_LIB "${PROJECT_NAME}_component")
47
48
add_library(${ROS_LIB} SHARED
0 commit comments