[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/unity
From:       Laurent Montel <montel () kde ! org>
Date:       2006-08-05 13:33:40
Message-ID: 1154784820.685375.4348.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 570007 by mlaurent:

libcurl is necessary


 M  +6 -0      CMakeLists.txt  


--- branches/work/unity/CMakeLists.txt #570006:570007
@@ -17,6 +17,8 @@
 # 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)
@@ -29,6 +31,10 @@
    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})
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic