Skip to content

Commit

Permalink
realsense-file: specify required c++ version
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort authored and maloel committed May 12, 2024
1 parent 5c72d05 commit fb961c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third-party/realsense-file/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ add_library(${PROJECT_NAME} STATIC
${SOURCE_FILES_COMPRESSION}
)

target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_11)

target_include_directories(${PROJECT_NAME} PRIVATE
${ROSBAG_HEADER_DIRS}
${LZ4_INCLUDE_PATH}
Expand Down

0 comments on commit fb961c2

Please sign in to comment.