cmake ver. bump

This commit is contained in:
Rmys
2025-05-08 18:22:43 +03:00
parent a89995b41a
commit 19d1717c20
2 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ from pisi.actionsapi import get
def setup():
#This command disables applications using cmake from attempting to install files in /usr/lib64/
pisitools.dosed('Modules/GNUInstallDirs.cmake', '"lib64"', '"lib"')
# pisitools.dosed('Modules/GNUInstallDirs.cmake', '"lib64"', '"lib"')
shelltools.system("""sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake""")
autotools.rawConfigure("--parallel=%s \
--system-libs \
--no-qt-gui \