Skip to content

Commit 1cfd4e4

Browse files
committed
fix: use static lib for mcap
1 parent 9499808 commit 1cfd4e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/recorder_and_replayer/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ set(CMAKE_DISABLE_FIND_PACKAGE_zstd TRUE)
2121
set(CMAKE_DISABLE_FIND_PACKAGE_LZ4 TRUE)
2222
set(CMAKE_DISABLE_FIND_PACKAGE_ZSTD TRUE)
2323

24+
set(BUILD_SHARED_LIBS OFF CACHE BOOL "" FORCE)
2425
FetchContent_Declare(
2526
mcap_builder
2627
GIT_REPOSITORY https://github.com/olympus-robotics/mcap_builder.git

0 commit comments

Comments
 (0)