Skip to content

Commit ccbedd8

Browse files
committed
test
1 parent bd3aa38 commit ccbedd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ endif()
570570
# Required for <stacktrace> on Clang/GCC
571571
if( USE_CPP23 )
572572
if ( DAEMON_CXX_COMPILER_GCC_COMPATIBILITY OR DAEMON_CXX_COMPILER_Clang_COMPATIBILITY )
573-
set( CPP23SupportLibrary "-lstdc++exp" )
573+
set( CPP23SupportLibrary "-lc++experimental" )
574574
else()
575575
set( CPP23SupportLibrary "" )
576576
endif()

0 commit comments

Comments
 (0)