Skip to content

Commit

Permalink
add include guard for appleclang-toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Jan 11, 2025
1 parent cc11753 commit 553fc12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/appleclang-toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
# sanitizers. Note that apple clang does not support leak sanitizer.
# - TSan: configures clang and clang++ to enable the use of thread sanitizer.

include_guard(GLOBAL)

set(CMAKE_C_COMPILER clang)
set(CMAKE_CXX_COMPILER clang++)

Expand Down

0 comments on commit 553fc12

Please sign in to comment.