File tree Expand file tree Collapse file tree
GPU/GPUTracking/Standalone Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
140140endif ()
141141
142142set_root_pcm_dependencies ()
143-
Original file line number Diff line number Diff line change 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 )
1414project (GPUTrackingStandalone)
1515include (FeatureSummary )
1616set (CMAKE_INSTALL_BINDIR "${CMAKE_INSTALL_PREFIX} " )
You can’t perform that action at this time.
0 commit comments