diff options
author | Brad King <brad.king@kitware.com> | 2010-08-05 21:06:10 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-08-05 21:06:10 (GMT) |
commit | 3296e6ad90865ae618435452e3422eab97ce9a09 (patch) | |
tree | 10703ff5ff78475cfb1152c2a461f4b92dc8a48d /Utilities/cmThirdParty.h.in | |
parent | a602f8718692a5a44a8d582a6b4d7c8e46bf4315 (diff) | |
download | CMake-3296e6ad90865ae618435452e3422eab97ce9a09.zip CMake-3296e6ad90865ae618435452e3422eab97ce9a09.tar.gz CMake-3296e6ad90865ae618435452e3422eab97ce9a09.tar.bz2 |
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.
Diffstat (limited to 'Utilities/cmThirdParty.h.in')
-rw-r--r-- | Utilities/cmThirdParty.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/cmThirdParty.h.in b/Utilities/cmThirdParty.h.in index 6cdd47c..daf8114 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 |