Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
cajun-rat committed Aug 4, 2024
1 parent d97369e commit fd51ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "(GNU|Clang)")
else ()
add_definitions(-Wno-unused-private-field)
add_definitions(-Wno-unknown-warning-option)
add_definitions(-Wno-sign-conversion)
endif ()

if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL "4.9" OR CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "4.9")
Expand Down

0 comments on commit fd51ae5

Please sign in to comment.