diff options
| author | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-13 19:40:31 +0100 |
|---|---|---|
| committer | David Sommerseth <dazo@users.sourceforge.net> | 2008-12-13 19:40:31 +0100 |
| commit | e2a63248399aaff5605316702f9085ceda0ef8c5 (patch) | |
| tree | b3cbc1a330bc0a0a5ae0ac29130b7b5767056711 /database/sqlite | |
| parent | b140ce52fd1f705f4acd7b91347eb2f584c45460 (diff) | |
| download | eurephia-e2a63248399aaff5605316702f9085ceda0ef8c5.tar.gz eurephia-e2a63248399aaff5605316702f9085ceda0ef8c5.tar.xz eurephia-e2a63248399aaff5605316702f9085ceda0ef8c5.zip | |
Moved libxml2 check from edb-sqlite to the global CMakeLists.txt
Diffstat (limited to 'database/sqlite')
| -rw-r--r-- | database/sqlite/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/database/sqlite/CMakeLists.txt b/database/sqlite/CMakeLists.txt index 3be0573..84e653c 100644 --- a/database/sqlite/CMakeLists.txt +++ b/database/sqlite/CMakeLists.txt @@ -31,11 +31,6 @@ IF(NOT SQLITE3BIN) ENDIF(NOT SQLITE3BIN) IF(ADMIN_ENABLED) - find_package(PkgConfig) - pkg_search_module(LIBXML2 REQUIRED libxml-2.0 libxml2 libxml>=2.6) - INCLUDE_DIRECTORIES(BEFORE ${LIBXML2_INCLUDE_DIRS}) - ADD_DEFINITIONS(-DHAVE_LIBXML2) - SET(EXTRA_LIBS ${LIBXML2_LIBRARIES}) SET(edb_sqlite_SRC ${edb_sqlite_SRC} administration.c) ENDIF(ADMIN_ENABLED) |
