Skip to content

Commit

Permalink
part1
Browse files Browse the repository at this point in the history
  • Loading branch information
even1024 committed Nov 25, 2023
1 parent f008bfe commit 76f10a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ if (EMSCRIPTEN)
endif()

if (APPLE)
string(APPEND CMAKE_CXX_FLAGS " -Wdeprecated-register")
string(APPEND CMAKE_CXX_FLAGS " -Wno-register")
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
Expand Down

0 comments on commit 76f10a6

Please sign in to comment.