CMake 3.2 does not support cxx_std_11 target_compile_feature.
This commit is contained in:
@@ -33,9 +33,10 @@ add_library (Merge STATIC
|
||||
${merge_moc_sources}
|
||||
)
|
||||
|
||||
target_compile_features (Merge
|
||||
PUBLIC cxx_std_11
|
||||
)
|
||||
#target_compile_features (Merge
|
||||
# PUBLIC cxx_std_11
|
||||
#)
|
||||
set_property (TARGET Merge PROPERTY CXX_STANDARD 11)
|
||||
|
||||
target_include_directories (Merge
|
||||
PUBLIC ..
|
||||
|
||||
Reference in New Issue
Block a user