Merge pull request #1 from gelldur/windows

Fix Windows compilation error
This commit is contained in:
Dawid Drozd 2018-07-02 13:10:23 +02:00 committed by GitHub
commit a52ca493cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()