diff --git a/CMakeLists.txt b/CMakeLists.txt index 23e3435..a481e9e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/