From cf76fa575c2137b2d01ee06aae9fb97de5b361ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Thu, 10 Aug 2017 19:54:49 +0200 Subject: [PATCH] Do not propagate the EXPAT include directories for all the targets --- config/findDependencies.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/config/findDependencies.cmake b/config/findDependencies.cmake index 36d3ebf4..809c8043 100644 --- a/config/findDependencies.cmake +++ b/config/findDependencies.cmake @@ -24,7 +24,6 @@ endif( EXIV2_ENABLE_WEBREADY ) if (EXIV2_ENABLE_XMP) find_package(EXPAT REQUIRED) - include_directories(${EXPAT_INCLUDE_DIR}) endif (EXIV2_ENABLE_XMP) if( EXIV2_ENABLE_NLS )