lib/autobuild/packages/cmake.rb in autobuild-1.5.40 vs lib/autobuild/packages/cmake.rb in autobuild-1.5.41

- old
+ new

@@ -163,10 +163,10 @@ defines.each do |name, value| command << "-D#{name}=#{value}" end command << srcdir - progress "generating and configuring build system for %s" + progress "configuring CMake build system for %s" if full_reconfigures? FileUtils.rm_f cmake_cache end Subprocess.run(self, 'configure', *command) end