From 21696249fa0a09596d22021254882ecc0ae6b01f Mon Sep 17 00:00:00 2001 From: Sfan5 Date: Sat, 12 Apr 2014 21:51:17 +0200 Subject: [PATCH] Revert "Fix compiling with clang" This problem was caused by my incorrect configuration. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff9fe57..9d28961 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -98,7 +98,6 @@ target_link_libraries( ${LEVELDB_LIBRARY} ${LIBGD_LIBRARY} ${ZLIB_LIBRARY} - stdc++ # clang seems to need this ) install(FILES "AUTHORS" DESTINATION ".")