2

It's a simple question, yet for the life of me, can't find a simple answer to this question.

1 Answers1

3

I don't believe there is a way to clear the cached build paths through the CMake GUI nor through the command line interface; however, in windows you can use the registry editor and navigate to HKEY_CURRENT_USER/SOFTWARE/Kitware/CMakeSetup/Settings/StartPath. There, you'll see some indexed variables prefixed by "WhereBuild". You can modify these paths or delete them entirely.

On OS X, these variables are stored in a properties list located in $HOME/Library/Preferences/com.kitware.CMakeSetup.plist.

On other Unix/Linux-based systems, you may find it in $HOME/.config/Kitware/CMakeSetup.conf

Josh Parker
  • 133
  • 1
  • 8