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} )