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 committed Jul 16, 2023
1 parent b049865 commit eaa6198
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 eaa6198

Please sign in to comment.