diff options
author | David A Roberts <d@vidr.cc> | 2016-04-12 20:31:20 +1000 |
---|---|---|
committer | David A Roberts <d@vidr.cc> | 2016-04-12 20:31:20 +1000 |
commit | da90b601b06512e23ac66d0b301e1eafaf2b7bc2 (patch) | |
tree | e9c6ef5f5da2430c259f00077b83d275adc1fb29 /CMakeLists.txt | |
parent | 0f6cb38896443cf104aa470eb1822bd2e49143f1 (diff) | |
parent | 00a73167ca455370868f1f82257420f0cb399a15 (diff) | |
download | libquotient-da90b601b06512e23ac66d0b301e1eafaf2b7bc2.tar.gz libquotient-da90b601b06512e23ac66d0b301e1eafaf2b7bc2.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bb5a47cb..32792435 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,6 +100,10 @@ if ( CMAKE_VERSION VERSION_LESS "3.1" ) else ( CMAKE_VERSION VERSION_LESS "3.1" ) target_compile_features(qmatrixclient PRIVATE cxx_range_for) target_compile_features(qmatrixclient PRIVATE cxx_override) + target_compile_features(qmatrixclient PRIVATE cxx_strong_enums) + target_compile_features(qmatrixclient PRIVATE cxx_lambdas) + target_compile_features(qmatrixclient PRIVATE cxx_auto_type) + target_compile_features(qmatrixclient PRIVATE cxx_generalized_initializers) endif ( CMAKE_VERSION VERSION_LESS "3.1" ) target_link_libraries(qmatrixclient Qt5::Core Qt5::Network Qt5::Gui) |