From 0c8989f558bb31c9c3fb8f6865576d046a957139 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Wed, 14 Jul 2010 12:57:42 +0200 Subject: fixed bad copy & paste in CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cf4b53..c71b024 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,8 +50,6 @@ endif(LIBXML2_FOUND) find_package(Qt4 4.5.0 REQUIRED) if(QT4_FOUND) message(STATUS "Qt4 found") - set(LIBXML2_INCLUDE_DIRS "/usr/include/libxml2") - include_directories(${LIBXML2_INCLUDE_DIRS}) else(QT4_FOUND) message(FATAL_ERROR "Qt4 not found") endif(QT4_FOUND) -- cgit v1.2.3-55-g7522