Skip to content

Commit

Permalink
libxml2-config.cmake.in: update include directories
Browse files Browse the repository at this point in the history
Align the include directories on those from the pkg-config module.

Signed-off-by: Samuel Martin <[email protected]>
  • Loading branch information
tSed authored and veillard committed Feb 13, 2015
1 parent 220a7ba commit 3211973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libxml2-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(LIBXML2_VERSION_MINOR @LIBXML_MINOR_VERSION@)
set(LIBXML2_VERSION_MICRO @LIBXML_MICRO_VERSION@)
set(LIBXML2_VERSION_STRING "@VERSION@")
set(LIBXML2_INSTALL_PREFIX ${_libxml2_rootdir})
set(LIBXML2_INCLUDE_DIRS ${_libxml2_rootdir}/include)
set(LIBXML2_INCLUDE_DIRS ${_libxml2_rootdir}/include ${_libxml2_rootdir}/include/libxml2)
set(LIBXML2_LIBRARY_DIR ${_libxml2_rootdir}/lib)
set(LIBXML2_LIBRARIES -L${LIBXML2_LIBRARY_DIR} -lxml2)

Expand Down

0 comments on commit 3211973

Please sign in to comment.