We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40d6090 + d6d3fe9 commit 203bae4Copy full SHA for 203bae4
1 file changed
tribits/devtools_install/install-cmake.py
@@ -161,6 +161,9 @@ def doUntar(self):
161
if self.inOptions.version == "2.8.11" or self.inOptions.version == "3.1.1":
162
echoChDir(self.cmakeSrcDir+"/Source/CPack")
163
echoRunSysCmnd("patch -i ../../../fix_cpack_symlink.patch")
164
+ elif self.inOptions.version == "3.4.0":
165
+ echoChDir(self.cmakeSrcDir+"/Source")
166
+ echoRunSysCmnd("patch -i ../../remove_getrealpath.patch")
167
168
def doConfigure(self):
169
createDir(self.cmakeBuildBaseDir, True, True)
0 commit comments