<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div> Hi,</div><div>I have downloaded cmake binaries from cmake website. As I had to keep cmake binaries for different platforms in specific folder as per my build system requirements, I have renamed the 'bin' folder to for eg. lin, win, mac etc. This seems to work fine till cmake version 3.7. From this version onwards, I get the following error while invoking cmake after renaming the bin folder.</div><div> </div><div><em>$pwd</em></div><div><em>/home/neo/cmake/cmake-3.10.2-Linux-x86_64/lin86</em></div><div><em>$   </em></div><div><em>$./cmake --version</em></div><div><em>CMake Error: Could not find CMAKE_ROOT !!!</em></div><div><em> </em></div><div><em>CMake has most likely not been installed correctly.</em></div><div><em>Modules directory not found in</em></div><div><em> </em></div><div><em>cmake version 3.10.2</em></div><div><em> </em></div><div><em>CMake suite maintained and supported by Kitware (<a href="http://kitware.com/cmake">kitware.com/cmake</a>).</em></div><div><br></div><div><br></div><div>If I am renaming back to bin directory, there is no issues observed.</div><div>I have observed that, from version 3.7 onwards cmake has a new configure flag introduced to specify bin directory name, <strong>--bindir=DIR</strong>.</div><div><p>So now if I want to use any other name for 'bin' dir, I need to configure and build the cmake while specifiying the bin directory name I need.</p><p>Is there a way by using any environment variable or something I can modify the bin directory name of the downloaded cmake binary from cmake website and use it without the above mentioned error ?</p><p><br></p><p>Regards,</p><p>Vinitha</p><span><span><span></span></span></span></div></div></div></div></div>