From 3aa2adc5979f03268d46902ccd5a5d4926af857e Mon Sep 17 00:00:00 2001 From: andersca Date: Tue, 29 Aug 2006 23:13:34 +0000 Subject: [PATCH] Forgot this git-svn-id: https://svn.webkit.org/repository/webkit/trunk@16105 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e8dd5d2a8bf6..5f6f068c83c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,6 @@ find_program(GPERF_EXECUTABLE gperf) # quick check the libicu is available find_path(LIBICU_INCLUDE_DIR unicode/umachine.h ) -find_path(LIBCURL_INCLUDE_DIR curl/curl.h ) - if (NOT BISON_EXECUTABLE) message(FATAL_ERROR "Could not find bison") endif (NOT BISON_EXECUTABLE) @@ -31,10 +29,6 @@ if (NOT LIBICU_INCLUDE_DIR) message(FATAL_ERROR "libicu not found, cannot create unity without it") endif (NOT LIBICU_INCLUDE_DIR) -if (NOT LIBCURL_INCLUDE_DIR) - message(FATAL_ERROR "libcurl not found, cannot create unity without it") -endif (NOT LIBCURL_INCLUDE_DIR) - add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS} -DQT3_SUPPORT -DHAVE_CONFIG_H=1) link_directories (${KDE4_LIB_DIR}) include_directories (${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} ${LIBICU_INCLUDE_DIR}) -- 2.36.0