From c6a69e24a0be5216e2bfcceaa69f6037cea41b4a Mon Sep 17 00:00:00 2001 From: "Hoa V. DINH" Date: Thu, 16 Jan 2014 21:48:43 -0800 Subject: Revert "Fixed build" This reverts commit a14de1c4ef5906f68e890635ae56aa4db2c0cde1. --- tests/CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index feee7d2c..61fa7120 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -10,10 +10,5 @@ find_library(SECURITYFRAMEWORK NAMES Security) find_library(CORESERVICESFRAMEWORK NAMES CoreServices) add_executable (tests main.mm test-all.mm) -if(APPLE) - set(ICU_LIBRARIES icucore) -else() - set(ICU_LIBRARIES icudata icui18n icuuc) -endif() -target_link_libraries (tests MailCore z etpan xml2 sasl2 iconv tidy ctemplate ssl crypto ${ICU_LIBRARIES} +target_link_libraries (tests MailCore z etpan xml2 icudata icui18n icuuc sasl2 iconv tidy ctemplate ssl crypto ${FOUNDATIONFRAMEWORK} ${SECURITYFRAMEWORK} ${CORESERVICESFRAMEWORK}) -- cgit v1.2.3