cmake version upgrade

This commit is contained in:
Green Sky
2025-05-21 12:04:08 +02:00
parent ff30cb54f5
commit 7237cb265d
37 changed files with 37 additions and 37 deletions

2
external/entt.cmake vendored
View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.9...3.16 FATAL_ERROR)
add_library(entt INTERFACE)
target_include_directories(entt INTERFACE "${CMAKE_CURRENT_LIST_DIR}/entt/src")
target_compile_features(entt INTERFACE cxx_std_17)