[CMake] (no subject)

Eric Noulard eric.noulard at gmail.com
Wed Jan 31 12:46:56 EST 2018


2018-01-31 18:29 GMT+01:00 kartikay gupta <kartikay000555000 at gmail.com>:

> Hi
>
> I want to install cmake 3.10 to my institute high performace computing
> without root access, in local directory. I am able to install it, but still
> when I call the command 'cmake .. -DUSE_CUDA=ON' , it asks to upgrade cmake
> to atleast 3.5.
> What should be done to load cmake 3.10?
>

You should use the complete path to your locally installed cmake (or change
your path).

i.e. something like:

/home/kartikay/local/cmake/bin/cmake .. -DUSE_CUDA=ON


-- 
Eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20180131/66ffdae9/attachment.html>


More information about the CMake mailing list