diff options
Diffstat (limited to 'cmake.req')
-rw-r--r-- | cmake.req | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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: |