CMake 3.2 does not support cxx_std_11 target_compile_feature.

This commit is contained in:
Jim Evins
2017-11-23 22:52:13 -05:00
parent fc014c8e4b
commit 4821e103bc
6 changed files with 24 additions and 18 deletions
+4 -3
View File
@@ -14,9 +14,10 @@ add_executable (glabels-batch-qt WIN32
${glabels-batch_sources}
)
target_compile_features (glabels-batch-qt
PUBLIC cxx_std_11
)
#target_compile_features (glabels-batch-qt
# PUBLIC cxx_std_11
#)
set_property (TARGET glabels-batch-qt PROPERTY CXX_STANDARD 11)
target_link_libraries (glabels-batch-qt
Model