Skip to content

Commit

Permalink
๐Ÿ— Compile tests with libc++
Browse files Browse the repository at this point in the history
  • Loading branch information
GHF committed Nov 16, 2023
1 parent 20bc8a9 commit cc55329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ if(TOP_LEVEL_PROJECT)
# Force color diagnostics output
$<$<CXX_COMPILER_ID:GNU>:-fdiagnostics-color=always>
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-fcolor-diagnostics>
$<$<OR:$<CXX_COMPILER_ID:Clang>,$<CXX_COMPILER_ID:AppleClang>>:-stdlib=libc++>
${code_cov_options}
)
target_link_options(${TEST_NAME}
Expand Down

0 comments on commit cc55329

Please sign in to comment.