update cmake version
This commit is contained in:
parent
54cd23433d
commit
e25ee67e42
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
|
||||||
|
|
||||||
project(solanaceae)
|
project(solanaceae)
|
||||||
|
|
||||||
@ -14,7 +14,6 @@ add_library(solanaceae_plugin
|
|||||||
target_include_directories(solanaceae_plugin PUBLIC .)
|
target_include_directories(solanaceae_plugin PUBLIC .)
|
||||||
target_compile_features(solanaceae_plugin PUBLIC cxx_std_17)
|
target_compile_features(solanaceae_plugin PUBLIC cxx_std_17)
|
||||||
target_link_libraries(solanaceae_plugin PUBLIC
|
target_link_libraries(solanaceae_plugin PUBLIC
|
||||||
#solanaceae_core
|
|
||||||
${CMAKE_DL_LIBS}
|
${CMAKE_DL_LIBS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user