From e25ee67e4277da712504444a9d29b82eef6cbd98 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Sun, 12 Jan 2025 22:59:50 +0100 Subject: [PATCH] update cmake version --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9561f06..9f26f05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.9 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR) project(solanaceae) @@ -14,7 +14,6 @@ add_library(solanaceae_plugin target_include_directories(solanaceae_plugin PUBLIC .) target_compile_features(solanaceae_plugin PUBLIC cxx_std_17) target_link_libraries(solanaceae_plugin PUBLIC - #solanaceae_core ${CMAKE_DL_LIBS} )