Skip to content

Commit

Permalink
We use libc++, so disable check for libstdc++
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Aug 12, 2023
1 parent 7f5dbd8 commit 3ce04be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/pinned_toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set(CMAKE_C_COMPILER_WORKS 1)
set(CMAKE_CXX_COMPILER_WORKS 1)
set(CMAKE_C_COMPILER ${CLANG_DIR}/bin/clang)
set(CMAKE_CXX_COMPILER ${CLANG_DIR}/bin/clang++)
set(LLVM_ENABLE_LIBCXX 1)

set(CMAKE_CXX_STANDARD_INCLUDE_DIRECTORIES ${CLANG_DIR}/include/c++/v1 /usr/local/include /usr/include)

Expand Down

0 comments on commit 3ce04be

Please sign in to comment.