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.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/application/install_prereqs.cmake.in b/application/install_prereqs.cmake.in
index 65b0753f..2906a4ec 100644
--- a/application/install_prereqs.cmake.in
+++ b/application/install_prereqs.cmake.in
@@ -12,8 +12,6 @@ function(gp_resolved_file_type_override resolved_file type_var)
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()