mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 18:51:02 +08:00
Merge pull request #1 from gelldur/windows
Fix Windows compilation error
This commit is contained in:
commit
a52ca493cb
@ -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