CMake missing modules directory -


i've installed cmake 2.8.11.2 package cmake's website mac 64-bit. upgraded project qt 4 qt 5 , cmake upgrade mandatory cmake use qt 5. however, when type cmake . following error:

cmake error: not find cmake_root !!! cmake has not been installed correctly. modules directory not found in /applications/cmake 2.8-11.app/contents/bin cmake error: error executing cmake::loadcache(). aborting. 

i can confirm, there no modules directory in bin folder. don't know how resolve error, or how modules needed.

i had same problem after upgrading on ubuntu. removing cmake , cmake-data package before performing update solved me.

sudo apt-get remove cmake cmake-data 

now perform update via

sudo -e add-apt-repository -y ppa:george-edison55/cmake-3.x sudo -e apt-get update sudo apt-get install cmake 

Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -