fix cmake version ranges
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
|
||||||
|
|
||||||
# cmake setup begin
|
# cmake setup begin
|
||||||
project(solanaceae_toxic_games)
|
project(solanaceae_toxic_games)
|
||||||
|
|||||||
2
external/CMakeLists.txt
vendored
2
external/CMakeLists.txt
vendored
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
|
||||||
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
|
||||||
|
|
||||||
add_library(plugin_toxic_games MODULE
|
add_library(plugin_toxic_games MODULE
|
||||||
./plugin_toxic_games.cpp
|
./plugin_toxic_games.cpp
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
|
||||||
|
|
||||||
if (OFF)
|
if (OFF)
|
||||||
add_library(toxic_games STATIC
|
add_library(toxic_games STATIC
|
||||||
|
|||||||
Reference in New Issue
Block a user