mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +08:00
Fix Windows compilation error
This commit is contained in:
parent
caec657b07
commit
1e4858e9bc
@ -30,6 +30,7 @@ TARGET_COMPILE_OPTIONS(EventBus PRIVATE
|
||||
IF(CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
|
||||
TARGET_COMPILE_OPTIONS(EventBus PRIVATE
|
||||
-Wno-error=unknown-argument
|
||||
-Wno-error=unused-command-line-argument
|
||||
)
|
||||
ENDIF()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user