mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 02:49:31 -06:00
cmake added todo task
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user