El 23/6/19 a las 19:21, Ruben Di Battista escribió:
If I’m not mistaken, you should be able to change the install prefix using the CMAKE_ARGS option in the Configure step.
    CMAKE_ARGS -DCMAKE_INSTALL_PREFIX=<INSTALL_DIR> -DCMAKE_CXX_FLAGS='-g'

Thanks, Ruben.  I am familiar with this.  I was hoping to have a way of installing in /usr/local, by having cmake/ninja call a sudo ninja install and then leaving the terminal to type in the password.

But I guess this is not possible, and I'll have to install somewhere else.

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
https://cmake.org/mailman/listinfo/cmake

Reply via email to