We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff02ebd commit 6405ee9Copy full SHA for 6405ee9
llama/CMakeLists.txt
@@ -24,7 +24,7 @@ execute_process(COMMAND node -p "require('node-addon-api').include.slice(1,-1)"
24
25
set(LLAMA_BUILD_COMMON ON)
26
27
-if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
+if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
28
add_compile_options(-Wno-c++17-extensions)
29
endif()
30
0 commit comments