Skip to content

Commit

Permalink
Kill CMakeCache.txt on reconfigure
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Feb 23, 2018
1 parent 5bc23ba commit 492005b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ done
[ -n "$BUILD" ] && CMAKE_ARGS="${CMAKE_ARGS} -DRTAGS_BUILD_CLANG=1"

echo -e "Running cmake:\n\"$CMAKE\" \"$(dirname ${BASH_SOURCE[0]})\" ${CMAKE_ARGS}\n"
rm -f CMakeCache.txt
eval "$CMAKE" "$(dirname ${BASH_SOURCE[0]})" ${CMAKE_ARGS}

0 comments on commit 492005b

Please sign in to comment.