Revert "Fix compiling with clang"

This problem was caused by my incorrect configuration.
master
Sfan5 2014-04-12 21:51:17 +02:00 committed by Rogier
parent 06237f5abc
commit 56efa78cd3
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ target_link_libraries(
${LEVELDB_LIBRARY}
${LIBGD_LIBRARY}
${ZLIB_LIBRARY}
stdc++ # clang seems to need this
)
install(FILES "AUTHORS" DESTINATION ".")