<div dir="ltr"><div style="font-size:12.8px">Hi all,</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I am using CMake installed via Homebrew. The actual file is placed at `/usr/local/Cellar/cmake/3.9.<wbr>4/bin/cmake`, and its symlink `/usr/local/bin/cmake` is in my PATH. CMake resolves the symlink and creates Makefile with CMAKE_COMMAND pointing the actual file. Because of this behavior, every time CMake is upgraded, I have to re-run cmake or encounter an error like `/usr/local/Cellar/cmake/3.9.<wbr>2/bin/cmake: No such file or directory`. <span style="font-family:arial,sans-serif">Is there any way to suppress symlink resolution and let CMAKE_COMMAND just store the symlink in the PATH?</span></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Best,</div><div style="font-size:12.8px">Watal M. Iwasaki</div><div style="font-size:12.8px"><br></div>
</div>