Fix Windows compilation error

This commit is contained in:
Pierre Salmon 2018-02-14 11:34:42 +01:00
parent caec657b07
commit 1e4858e9bc

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