Skip to content

Commit

Permalink
chore(cmake): disable unknown warning option
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed May 20, 2024
1 parent 9335c27 commit d9998ed
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 @@ -35,6 +35,8 @@ if (NOT MSVC)
else()
target_compile_options(${PROJECT_NAME} PUBLIC -Wno-unknown-attributes)
endif()

target_compile_options(${PROJECT_NAME} PRIVATE -Wno-unknown-warning-option)
endif()

# --------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit d9998ed

Please sign in to comment.