diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 08:33:17 +0100 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 08:35:13 +0100 |
commit | edb56d4c62ae865be24e1fb81c7657d42a27c355 (patch) | |
tree | 1f84e5b960edfc857dce27a9d27a56ff6b3f595d /databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt | |
parent | graphics/qgis: Update to 3.22.3 (diff) |
databases/clickhouse: Update to 21.12.3.32
Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable
Reported by: maintainer
Diffstat (limited to 'databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt')
-rw-r--r-- | databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt b/databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt index 733dc7778753..a60049c288d5 100644 --- a/databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt +++ b/databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt @@ -1,12 +1,11 @@ ---- contrib/cassandra/CMakeLists.txt.orig 2021-01-25 21:26:46 UTC +--- contrib/cassandra/CMakeLists.txt.orig 2021-05-28 13:12:55 UTC +++ contrib/cassandra/CMakeLists.txt -@@ -165,7 +165,8 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR +@@ -165,7 +165,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") # Enable C++11 support to use std::atomic if(CASS_USE_STD_ATOMIC) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") -+ set(CMAKE_CXX_STANDARD "17") endif() # OpenSSL is deprecated on later versions of Mac OS X. The long-term solution |