[Cmake-commits] CMake branch, master, updated. v3.9.2-753-g00975e9

2017-09-10 Thread Kitware Robot
_VERSION_MINOR 9) -set(CMake_VERSION_PATCH 20170910) +set(CMake_VERSION_PATCH 20170911) #set(CMake_VERSION_RC 1) --- Summary of changes: Source/CMakeVersion.cmake |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/

Re: [CMake] cmake install

2017-09-10 Thread Michael Jackson
You should explicitly set the installation location of your package using –DCMAKE_INSTALL_PREFIX=/xxx///xxx during the initial invocation of cmake. This should be set to a location you KNOW you have normal write access to. Once this is set then you will no longer need to use “sudo”