We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd3aa38 commit ccbedd8Copy full SHA for ccbedd8
1 file changed
CMakeLists.txt
@@ -570,7 +570,7 @@ endif()
570
# Required for <stacktrace> on Clang/GCC
571
if( USE_CPP23 )
572
if ( DAEMON_CXX_COMPILER_GCC_COMPATIBILITY OR DAEMON_CXX_COMPILER_Clang_COMPATIBILITY )
573
- set( CPP23SupportLibrary "-lstdc++exp" )
+ set( CPP23SupportLibrary "-lc++experimental" )
574
else()
575
set( CPP23SupportLibrary "" )
576
endif()
0 commit comments