We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba75391 + 8679652 commit 9b02ebfCopy full SHA for 9b02ebf
src/crimson/CMakeLists.txt
@@ -1,11 +1,6 @@
1
add_library(crimson::cflags INTERFACE IMPORTED)
2
set(crimson_cflag_definitions "WITH_SEASTAR=1")
3
-# disable concepts to address https://github.com/boostorg/asio/issues/312
4
-if((CMAKE_CXX_COMPILER_ID STREQUAL GNU AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 10) OR
5
- (CMAKE_CXX_COMPILER_ID STREQUAL Clang))
6
- list(APPEND crimson_cflag_definitions
7
- "BOOST_ASIO_DISABLE_CONCEPTS")
8
-endif()
+
9
set_target_properties(crimson::cflags PROPERTIES
10
INTERFACE_COMPILE_DEFINITIONS "${crimson_cflag_definitions}"
11
INTERFACE_COMPILE_OPTIONS $<$<COMPILE_LANGUAGE:CXX>:-Wno-non-virtual-dtor>
0 commit comments