Skip to content

Commit c8d5874

Browse files
committed
Bump CMake version
1 parent 168f910 commit c8d5874

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Preamble
1313

14-
cmake_minimum_required(VERSION 3.21.1 FATAL_ERROR)
14+
cmake_minimum_required(VERSION 3.27.1 FATAL_ERROR)
1515

1616
# it's important to specify accurately the list of languages. for instance C and
1717
# C++ as we _do_ have some C files to compile explicitely as C (e.g. gl3w.c)
@@ -140,4 +140,3 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
140140
endif()
141141

142142
set_root_pcm_dependencies()
143-

GPU/GPUTracking/Standalone/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# or submit itself to any jurisdiction.
1111

1212
# Some general CMake settings
13-
cmake_minimum_required(VERSION 3.19 FATAL_ERROR)
13+
cmake_minimum_required(VERSION 3.27 FATAL_ERROR)
1414
project(GPUTrackingStandalone)
1515
include(FeatureSummary)
1616
set(CMAKE_INSTALL_BINDIR "${CMAKE_INSTALL_PREFIX}")

0 commit comments

Comments
 (0)