mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-09 07:22:21 +08:00
crypto++, gtest and gmock: ignore external lib warnings, not much we can do about them
This commit is contained in:
@@ -85,3 +85,8 @@ if (UNIX)
|
||||
endif()
|
||||
|
||||
add_library(cryptopp STATIC ${cryptopp_src})
|
||||
|
||||
if (UNIX)
|
||||
# ignore warnings in crypto++
|
||||
set_target_properties(cryptopp PROPERTIES COMPILE_FLAGS "-w")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user