summaryrefslogtreecommitdiffstats
path: root/application/install_prereqs.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'application/install_prereqs.cmake.in')
-rw-r--r--application/install_prereqs.cmake.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/install_prereqs.cmake.in b/application/install_prereqs.cmake.in
index 7f283c89..65b0753f 100644
--- a/application/install_prereqs.cmake.in
+++ b/application/install_prereqs.cmake.in
@@ -10,6 +10,10 @@ function(gp_resolved_file_type_override resolved_file type_var)
set(${type_var} other PARENT_SCOPE)
elseif(resolved_file MATCHES "^/(usr/)?lib(.+)?/libpng")
set(${type_var} other PARENT_SCOPE)
+ elseif(resolved_file MATCHES "^/(usr/)?lib(.+)?/libproxy")
+ set(${type_var} other PARENT_SCOPE)
+ elseif(resolved_file MATCHES "^/(usr/)?lib(.+)?/libz")
+ set(${type_var} other PARENT_SCOPE)
elseif((resolved_file MATCHES "^/(usr/)?lib(.+)?/libstdc\\+\\+") AND (UNIX AND NOT APPLE))
set(${type_var} other PARENT_SCOPE)
endif()