Skip to content
Snippets Groups Projects
Commit 30728caa authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] CMakeCache.txt in build folder is now deleted before every compilation launched by build.sh.

parent fa3fe90f
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
export CLEAN_AFTER=no
rm -f CMakeCache.txt
rm -f build/CMakeCache.txt
export DEPENDENCIES_LINK_TYPE=static
build_scripts/linux/linux_gcc_build_x64_debug_local.sh
......
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