From 45c5e846e401ec9a4102eff0dbb5c22cf0742b52 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Sat, 13 Dec 2008 02:09:54 +0100 Subject: Prepared for building with libxml2 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ca155d2..e6eaa5e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,7 @@ ENDIF(SQLITE3) IF(EUREPHIADM) message(STATUS "Will build command line based admin utility") SET(subdirs ${subdirs} eurephiadm) + SET(ADMIN_ENABLED on) ENDIF(EUREPHIADM) IF(NOT DATABASE) -- cgit