From 0a3d9d1adef8566c337859aeb5027352aedc3014 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Fri, 1 Nov 2024 13:45:51 +0000 Subject: automatic import of cmake --- cmake.req | 2 -- 1 file changed, 2 deletions(-) mode change 100644 => 100755 cmake.req (limited to 'cmake.req') diff --git a/cmake.req b/cmake.req old mode 100644 new mode 100755 index 5dea386..9af5c44 --- a/cmake.req +++ b/cmake.req @@ -45,8 +45,6 @@ class CMakeParser: has_module = True if re.match(".*/usr/lib(64)?/cmake/.*", modulePath): is_arched = True - elif re.match(".*/usr/libilp32/cmake/.*", modulePath): - is_arched = True if has_module: if is_arched: -- cgit v1.2.3