From 3296e6ad90865ae618435452e3422eab97ce9a09 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 5 Aug 2010 17:06:10 -0400 Subject: Include headers from chosen libarchive (#10923) When CMAKE_USE_SYSTEM_LIBARCHIVE is on we must include the system libarchive headers to match the library that will be linked. --- Utilities/cmThirdParty.h.in | 1 + 1 file changed, 1 insertion(+) (limited to 'Utilities/cmThirdParty.h.in') diff --git a/Utilities/cmThirdParty.h.in b/Utilities/cmThirdParty.h.in index 6cdd47cf60..daf8114128 100644 --- a/Utilities/cmThirdParty.h.in +++ b/Utilities/cmThirdParty.h.in @@ -16,6 +16,7 @@ #cmakedefine CMAKE_USE_SYSTEM_CURL #cmakedefine CMAKE_USE_SYSTEM_EXPAT #cmakedefine CMAKE_USE_SYSTEM_ZLIB +#cmakedefine CMAKE_USE_SYSTEM_LIBARCHIVE #cmakedefine CTEST_USE_XMLRPC #endif -- cgit v1.2.1