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 297dbf7 commit 72dfb04Copy full SHA for 72dfb04
third-party/realsense-file/CMakeLists.txt
@@ -47,6 +47,9 @@ message(STATUS "ROSBAG2_COMPILE_FLAGS: ${ROSBAG2_COMPILE_FLAGS}")
47
target_compile_definitions(${PROJECT_NAME} PUBLIC
48
${ROSBAG2_COMPILE_FLAGS}
49
)
50
+target_compile_options(${PROJECT_NAME} PRIVATE
51
+ -include cstdint -std=c++14
52
+)
53
54
target_link_libraries(${PROJECT_NAME} PRIVATE
55
$<$<BOOL:${USE_EXTERNAL_LZ4}>:lz4::lz4>
0 commit comments