Skip to content

Commit

Permalink
[CI] Supress abi compatibility warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Luohaothu committed Oct 11, 2023
1 parent 9799981 commit 9840b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ if (MSVC)
string(APPEND CMAKE_CXX_FLAGS " /Zc:__cplusplus /wd4267 /wd4390 /wd4244")
endif ()

# supress possible abi warning by upgrade compiler
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-psabi")
# temporary fix for macOS 14 & CLT 15
if (CMAKE_HOST_SYSTEM_NAME STREQUAL "Darwin"
AND CMAKE_HOST_SYSTEM_VERSION VERSION_GREATER_EQUAL 23)
Expand Down

0 comments on commit 9840b3e

Please sign in to comment.