Skip to content

Commit

Permalink
No longer link against libsupc++. It's no longer necessary, and it ca…
Browse files Browse the repository at this point in the history
…uses compilation errors when building binary packages for Fedora.
  • Loading branch information
poletti-marco committed Aug 6, 2017
1 parent 6d217fe commit 3fd6265
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 3fd6265

Please sign in to comment.