Browse Source

Merge pull request #1022 from AMDmi3/patch-1

Don't meddle with stdlib
pull/1025/head
orignal 7 years ago committed by GitHub
parent
commit
3cf26a84dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      build/CMakeLists.txt

6
build/CMakeLists.txt

@ -461,12 +461,6 @@ if (WITH_BINARY)
fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\") fixup_bundle(\"${APPS}\" \"\" \"${DIRS}\")
" COMPONENT Runtime) " COMPONENT Runtime)
endif () 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 () endif ()
install(FILES ../LICENSE install(FILES ../LICENSE

Loading…
Cancel
Save