Skip to content
Snippets Groups Projects
Commit 0ab9cb46 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Brad King
Browse files

FindLibArchive: do not set LibArchive_FOUND explicitly

FPHSA already does this.
parent 703d1943
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,6 @@ find_package_handle_standard_args(LibArchive
REQUIRED_VARS LibArchive_LIBRARY LibArchive_INCLUDE_DIR
VERSION_VAR LibArchive_VERSION
)
set(LibArchive_FOUND ${LIBARCHIVE_FOUND})
unset(LIBARCHIVE_FOUND)
if(LibArchive_FOUND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment