Skip to content
Snippets Groups Projects
Commit 00cd7a3a authored by Max Howell's avatar Max Howell
Browse files

cp CMakeCaches.txt not CMakeLists.txt

CMakeLists.txt is the build instructions not the build logs. The cache is not much better, but there is no equivalent of config.log, so…
parent d5071d5d
No related branches found
No related tags found
No related merge requests found
......@@ -264,9 +264,9 @@ class Formula
mkdir_p logs
mv 'config.log', logs
end
if File.exist? 'CMakeLists.txt'
if File.exist? 'CMakeCache.txt'
mkdir_p logs
mv 'CMakeLists.txt', logs
mv 'CMakeCache.txt', logs
end
raise
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment