From 765fbb5b25a4dc91de28f2db3960e36a68443ba1 Mon Sep 17 00:00:00 2001 From: gomkyung2 Date: Wed, 8 Jan 2025 16:46:26 +0900 Subject: [PATCH] Use system libc++? --- .github/workflows/scripts/CMakeUserPresets.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/scripts/CMakeUserPresets.json b/.github/workflows/scripts/CMakeUserPresets.json index 022bc60..8437cc4 100644 --- a/.github/workflows/scripts/CMakeUserPresets.json +++ b/.github/workflows/scripts/CMakeUserPresets.json @@ -15,8 +15,6 @@ "cacheVariables": { "CMAKE_C_COMPILER": "/opt/homebrew/opt/llvm/bin/clang", "CMAKE_CXX_COMPILER": "/opt/homebrew/opt/llvm/bin/clang++", - "CMAKE_CXX_FLAGS": "-nostdinc++ -nostdlib++ -isystem /opt/homebrew/opt/llvm/include/c++/v1", - "CMAKE_EXE_LINKER_FLAGS": "-L /opt/homebrew/opt/llvm/lib/c++ -Wl,-rpath,/opt/homebrew/opt/llvm/lib/c++ -lc++", "VCPKG_TARGET_TRIPLET": "arm64-macos-clang" } },