str_concat finished, not tested

This commit is contained in:
Richard Holland
2022-10-06 10:09:06 +00:00
parent 04a938377d
commit 28a4a50f0f
2 changed files with 163 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ link_libraries (Ripple::common)
set_target_properties (common
PROPERTIES INTERFACE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_CXX_EXTENSIONS OFF)
target_compile_features (common INTERFACE cxx_std_17)
target_compile_features (common INTERFACE cxx_std_20)
target_compile_definitions (common
INTERFACE
$<$<CONFIG:Debug>:DEBUG _DEBUG>