summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AbletonLinkConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/AbletonLinkConfig.cmake b/AbletonLinkConfig.cmake
index 854b8e3..1355f6f 100644
--- a/AbletonLinkConfig.cmake
+++ b/AbletonLinkConfig.cmake
@@ -40,12 +40,12 @@ elseif(CMAKE_SYSTEM_NAME MATCHES "Linux|kFreeBSD|GNU")
INTERFACE_LINK_LIBRARIES
pthread
)
- if(${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
+ #if(${CMAKE_CXX_COMPILER_ID} MATCHES Clang)
set_property(TARGET Ableton::Link APPEND PROPERTY
INTERFACE_LINK_LIBRARIES
atomic
)
- endif()
+ #endif()
endif()
include(${CMAKE_CURRENT_LIST_DIR}/cmake_include/AsioStandaloneConfig.cmake)