Merge branch 'Xeverous-patch-1' into develop

This commit is contained in:
Jinhao 2019-06-11 01:12:25 +08:00
commit 4c874f0bd3

View File

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