diff --git a/CMakeLists.txt b/CMakeLists.txt index 26896e25c..e288b54e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,7 @@ # currently can't use the target_sources(FILE_SET) 😔 # Minimum version must always correspond to the version that is in the latest Ubuntu LTS # TODO use CMAKE_COMPILE_WARNING_AS_ERROR when Ubuntu 24.04.1 will be out, in increases minimum version to CMake v3.24 silverqx +# TODO the if(LINUX) can be used from CMake v3.25 instead of CMAKE_SYSTEM_NAME STREQUAL "Linux" silverqx cmake_minimum_required(VERSION 3.22...3.30 FATAL_ERROR) list(APPEND CMAKE_MODULE_PATH