mirror of
https://github.com/gelldur/EventBus.git
synced 2024-12-26 10:41:01 +08:00
Fix compilation
This commit is contained in:
parent
caec657b07
commit
8dda584267
@ -37,11 +37,11 @@ SET_TARGET_PROPERTIES(EventBus PROPERTIES
|
||||
CXX_STANDARD 14
|
||||
)
|
||||
|
||||
IF(NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
|
||||
TARGET_COMPILE_FEATURES(EventBus
|
||||
PUBLIC cxx_auto_type
|
||||
)
|
||||
ENDIF()
|
||||
# IF(NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
|
||||
# TARGET_COMPILE_FEATURES(EventBus
|
||||
# PUBLIC cxx_auto_type
|
||||
# )
|
||||
# ENDIF()
|
||||
|
||||
INSTALL(TARGETS EventBus EXPORT EventBusConfig
|
||||
ARCHIVE DESTINATION lib/
|
||||
|
Loading…
x
Reference in New Issue
Block a user