Closed xbrukner closed 12 years ago
CMake caches and re-uses the program paths that were previously found without re-checking their presence. This is the default behavior of CMake.
If you want to force CMake to search for a new llvm-config, you should delete CMakeCache.txt.
I tested no llvm-config is found with deleted CMakeCache.txt when it is not present on the system.