How to clear CMake cache in Clion?
I am currently trying to swap static libraries in one of my projects which requires swapping find_package() commands for explicit links to static libraries. One of the problems I encountered is that even after deleting find_package() commands reloading the CMake Project the old variables are still present. Is there a way to explicitly flush the CMake cache other than manually deleting all files from the temporary folder Clion creates for building the project? Starting with CLion 1.5 144.3143 (2016-01-20), you can clear the cmake cache without loosing the CLion indexes and without restarting