Skip to content

Commit

Permalink
Merge branch 'module_rbt' of github.com:SamFlt/visp into module_rbt
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFlt committed Dec 11, 2024
2 parents 8ac4800 + 8dde5ea commit 3684e5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modules/java/android_sdk/libcxx_helper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.10)

# dummy target to bring libc++_shared.so into packages
add_library(visp_jni_shared STATIC dummy.cpp)
2 changes: 1 addition & 1 deletion modules/sensor/include/visp3/sensor/vpRealSense.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BEGIN_VISP_NAMESPACE
file that allows to build sample-realsense.cpp that uses vpRealSense class.
\code
project(sample)
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)
find_package(VISP REQUIRED)
include_directories(${VISP_INCLUDE_DIRS})
Expand Down
2 changes: 1 addition & 1 deletion modules/sensor/include/visp3/sensor/vpRealSense2.h
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ BEGIN_VISP_NAMESPACE
uses vpRealSense2 class.
\code
cmake_minimum_required(VERSION 3.5)
10)
project(sample)
Expand Down
2 changes: 1 addition & 1 deletion tutorial/tracking/render-based/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)

project(tutorial-render-based-tracking)

Expand Down

0 comments on commit 3684e5d

Please sign in to comment.