mirror of
https://github.com/gelldur/EventBus.git
synced 2025-01-14 01:07:59 +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
|
CXX_STANDARD 14
|
||||||
)
|
)
|
||||||
|
|
||||||
IF(NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
|
# IF(NOT CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")
|
||||||
TARGET_COMPILE_FEATURES(EventBus
|
# TARGET_COMPILE_FEATURES(EventBus
|
||||||
PUBLIC cxx_auto_type
|
# PUBLIC cxx_auto_type
|
||||||
)
|
# )
|
||||||
ENDIF()
|
# ENDIF()
|
||||||
|
|
||||||
INSTALL(TARGETS EventBus EXPORT EventBusConfig
|
INSTALL(TARGETS EventBus EXPORT EventBusConfig
|
||||||
ARCHIVE DESTINATION lib/
|
ARCHIVE DESTINATION lib/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user