Skip to content

Commit 536d3f3

Browse files
committed
removing core
1 parent c9e5a1c commit 536d3f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

image-filtering/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ find_package(fmt REQUIRED)
2020

2121

2222

23-
# ---- Core library (no ROS) ----
24-
set(LIB "${PROJECT_NAME}_core")
23+
# ---- Library (no ROS) ----
24+
set(LIB "${PROJECT_NAME}")
2525

2626
add_library(${LIB} SHARED
2727
src/lib/utilities.cpp
@@ -42,7 +42,7 @@ ament_target_dependencies(${LIB} PUBLIC
4242
fmt
4343
)
4444

45-
# ---- ROS library (depends on core) ----
45+
# ---- ROS library ----
4646
set(ROS_LIB "${PROJECT_NAME}_component")
4747

4848
add_library(${ROS_LIB} SHARED

0 commit comments

Comments
 (0)