svn commit: r1920651 - /apr/apr-util/branches/1.7.x/CMakeLists.txt

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: ivan
Date: Sat Sep 14 18:39:37 2024
New Revision: 1920651

URL: http://svn.apache.org/viewvc?rev=1920651&view=rev
Log:
CMake: Remove XMLLIB_INCLUDE_DIR because we are using Imported CMake targets
and include directories are set automatically.

Modified:
    apr/apr-util/branches/1.7.x/CMakeLists.txt

Modified: apr/apr-util/branches/1.7.x/CMakeLists.txt
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/CMakeLists.txt?rev=1920651&r1=1920650&r2=1920651&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/CMakeLists.txt (original)
+++ apr/apr-util/branches/1.7.x/CMakeLists.txt Sat Sep 14 18:39:37 2024
@@ -97,10 +97,8 @@ CONFIGURE_FILE(include/apu_want.hw
                COPYONLY)
 
 IF(APU_USE_EXPAT)
-  SET(XMLLIB_INCLUDE_DIR)
   SET(XMLLIB_LIBRARIES   expat::expat)
 ELSE()
-  SET(XMLLIB_INCLUDE_DIR)
   SET(XMLLIB_LIBRARIES   LibXml2::LibXml2)
 ENDIF()
 
@@ -119,7 +117,7 @@ SET(APR_INCLUDE_DIRECTORIES
   ${APR_INCLUDE_DIR}
 )
 
-INCLUDE_DIRECTORIES(${APR_INCLUDE_DIRECTORIES} ${XMLLIB_INCLUDE_DIR})
+INCLUDE_DIRECTORIES(${APR_INCLUDE_DIRECTORIES})
 
 SET(APR_PUBLIC_HEADERS_STATIC
   include/apr_anylock.h
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.