cmake added todo task

This commit is contained in:
silverqx
2024-09-28 15:54:30 +02:00
parent 1e6d2b0dff
commit 3dbea36a69

View File

@@ -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