From 412e2cf19449e73aa7da729e9c5de6502687aade Mon Sep 17 00:00:00 2001 From: Black Hat Date: Fri, 2 Aug 2019 21:23:00 +0800 Subject: Update libQtOlm --- 3rdparty/libQtOlm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty') diff --git a/3rdparty/libQtOlm b/3rdparty/libQtOlm index 8b7040c3..2c459a93 160000 --- a/3rdparty/libQtOlm +++ b/3rdparty/libQtOlm @@ -1 +1 @@ -Subproject commit 8b7040c3e1213563f41ead669fbb368322e4e361 +Subproject commit 2c459a9320130416d09b655821935a25708e9afc -- cgit v1.2.3 From c0591030c168e48bc65c43e8227d08060a66ee69 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Thu, 26 Sep 2019 23:49:37 -0700 Subject: update libQtOlm --- 3rdparty/libQtOlm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty') diff --git a/3rdparty/libQtOlm b/3rdparty/libQtOlm index 2c459a93..b315884f 160000 --- a/3rdparty/libQtOlm +++ b/3rdparty/libQtOlm @@ -1 +1 @@ -Subproject commit 2c459a9320130416d09b655821935a25708e9afc +Subproject commit b315884f12a59ec21f43a4feb16a06eed1556126 -- cgit v1.2.3 From 6870ee0d7a0df3427845de07ddae1e2fd5768bbb Mon Sep 17 00:00:00 2001 From: Black Hat Date: Sat, 28 Sep 2019 16:10:34 -0700 Subject: Set CXX_STANDARD by target property --- 3rdparty/libQtOlm | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '3rdparty') diff --git a/3rdparty/libQtOlm b/3rdparty/libQtOlm index b315884f..f449b2b3 160000 --- a/3rdparty/libQtOlm +++ b/3rdparty/libQtOlm @@ -1 +1 @@ -Subproject commit b315884f12a59ec21f43a4feb16a06eed1556126 +Subproject commit f449b2b3ed6cde97fe1494d48990947eb72c0852 diff --git a/CMakeLists.txt b/CMakeLists.txt index 72bb7124..951ef8c9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,4 @@ cmake_minimum_required(VERSION 3.10) -set(CMAKE_CXX_STANDARD 17) if (POLICY CMP0092) cmake_policy(SET CMP0092 NEW) endif() @@ -226,6 +225,7 @@ set_target_properties(${PROJECT_NAME} PROPERTIES VERSION "${PROJECT_VERSION}" SOVERSION ${API_VERSION} INTERFACE_${PROJECT_NAME}_MAJOR_VERSION ${API_VERSION} + CXX_STANDARD 17 ) set_property(TARGET ${PROJECT_NAME} APPEND PROPERTY COMPATIBLE_INTERFACE_STRING ${PROJECT_NAME}_MAJOR_VERSION) -- cgit v1.2.3 From 36f51c5bb7f080a71a00472b9f0e453983c9afa9 Mon Sep 17 00:00:00 2001 From: Black Hat Date: Mon, 30 Sep 2019 21:39:21 -0700 Subject: Update libQtOlm --- 3rdparty/libQtOlm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3rdparty') diff --git a/3rdparty/libQtOlm b/3rdparty/libQtOlm index f449b2b3..f2d8e235 160000 --- a/3rdparty/libQtOlm +++ b/3rdparty/libQtOlm @@ -1 +1 @@ -Subproject commit f449b2b3ed6cde97fe1494d48990947eb72c0852 +Subproject commit f2d8e235a4af0625fdedaaf727fef5d51293bf1b -- cgit v1.2.3