Skip to content

Commit

Permalink
update cmake minimum version (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Jun 26, 2024
1 parent 8b3223f commit eaf9b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mocap_vicon/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.8)
project(mocap_vicon)

cmake_policy(SET CMP0148 OLD)
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
endif()
Expand Down
2 changes: 1 addition & 1 deletion mocap_vicon/src/vicon_sdk/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.8)

add_library(ViconDataStreamSDK_CPP
Vicon/CrossMarket/DataStream/ViconDataStreamSDK_CPP/DataStreamClient.cpp
Expand Down

0 comments on commit eaf9b94

Please sign in to comment.