Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/databases/clickhouse/files/patch-contrib_cassandra_CMakeLists.txt
16461 views
1
--- contrib/cassandra/CMakeLists.txt.orig 2021-05-28 13:12:55 UTC
2
+++ contrib/cassandra/CMakeLists.txt
3
@@ -165,7 +165,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang" OR
4
"${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
5
# Enable C++11 support to use std::atomic
6
if(CASS_USE_STD_ATOMIC)
7
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
8
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17")
9
endif()
10
11
# OpenSSL is deprecated on later versions of Mac OS X. The long-term solution
12
13