1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-18 16:49:58 +00:00

Merge pull request #1022 from AMDmi3/patch-1

Don't meddle with stdlib
This commit is contained in:
orignal 2017-12-05 10:14:31 -05:00 committed by GitHub
commit 3cf26a84dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,12 +461,6 @@ if (WITH_BINARY)
fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
" COMPONENT Runtime)
endif ()
if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
if (NOT (MSVC OR MSYS OR APPLE)) # for Clang build on Linux
target_link_libraries("${PROJECT_NAME}" stdc++)
endif()
endif()
endif ()
install(FILES ../LICENSE