From 7fbd2520f0d110ca80f78547ffb01a1345ea8c07 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Mon, 14 Apr 2014 16:48:10 -0400 Subject: [PATCH] fixed 'current scope has no parent' warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1010b4f06..d75db8fba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1495,7 +1495,7 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H) # Expose ADDITIONAL_LIBS for projects using libarchive as a subdirectory # and linking against archive_static. # -set(LIBARCHIVE_ADDITIONAL_LIBS ${ADDITIONAL_LIBS} PARENT_SCOPE) +set(LIBARCHIVE_ADDITIONAL_LIBS ${ADDITIONAL_LIBS} CACHE INTERNAL "libarchive dependencies") # # Register installation of PDF documents. -- 2.47.2