diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2c4eda10..66bf79ff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,8 +24,3 @@ endif() install(TARGETS fruit ARCHIVE DESTINATION "${INSTALL_LIBRARY_DIR}" LIBRARY DESTINATION "${INSTALL_LIBRARY_DIR}") - -if("${UNIX}" AND NOT "${APPLE}") - target_link_libraries(fruit supc++) -endif() -