Merge branch 'patch-1' of https://github.com/Xeverous/nana into Xeverous-patch-1

This commit is contained in:
Jinhao 2019-06-10 23:46:55 +08:00
commit 162889d553

View File

@ -30,6 +30,7 @@ project(nana VERSION 1.6.2
####################### Main setting of Nana targets, sources and installs ##################### ####################### Main setting of Nana targets, sources and installs #####################
add_library(nana) add_library(nana)
add_library(nana::nana ALIAS nana)
target_compile_features(nana PUBLIC cxx_std_17) target_compile_features(nana PUBLIC cxx_std_17)
# need after cxx_std_14 or cxx_std_17 ?? # need after cxx_std_14 or cxx_std_17 ??