Skip to content

Commit

Permalink
Don't force use of libc++.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhuggett committed Sep 6, 2023
1 parent 75827d0 commit 8a6908c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
cmake_minimum_required (VERSION 3.10)
project (spsc_queue CXX)


option (COVERAGE_ENABLED "Capture coverage data")


function (configure_target target)
set_target_properties (${target} PROPERTIES
CXX_STANDARD 17
Expand Down Expand Up @@ -37,7 +35,6 @@ function (configure_target target)
-Wno-c++98-compat
-Wno-c++98-compat-pedantic
-Wno-padded
-stdlib=libc++
)
if (COVERAGE_ENABLED)
target_compile_options (${target} PRIVATE -fprofile-instr-generate -fcoverage-mapping)
Expand Down

0 comments on commit 8a6908c

Please sign in to comment.