The operation error is shown in the figure below:
CMake version 3.13.0-RC2
The installation package is placed in the /usr/local/directory
Recompile the new version
CMake version 3.13.0-RC2
The installation package is placed in the /usr/local/directory
Recompile the new version
cd /usr/local/
sudo tar -zxv -f cmake-3.13.0-rc2.tar.gz
sudo mv cmake-3.13.0-rc2 cmake
cd cmake
sudo ./bootstrap --prefix=/usr
sudo make
sudo make install
cmake --version
Read More:
- Clion appears cmake error: could not find cmake_ Root! What is the problem and how to solve it?
- CMake Error:Could not find CMAKE_ROOT!!!
- Visual slam Lesson 6: curve fitting with g2o, error: cmake error at CMakeList.txt (find_ package) By not providing“FindG2O.cmake“
- CMake Error at CMakeLists.txt:5 (PROJECT): The CMAKE_C_COMPILER: cl is not a full path
- gazebo7 CMake Error:Could not find a package configuration file provided by “gazebo_plugins“
- Execute cmake.. error: cannot find llvm lit
- Cmake error on qt5core
- CMake Error: The source directory “*” does not appear to contain CMakeLists.txt.
- The collapse pits of VTK projects that are not generated by cmake
- Common mistakes and solutions of cmake + QT + VTK
- CMake Error: The source directory “opencv_install_catalog“ does not appear to contain CMakeLists.txt.
- [VTK] cmake compiling VTK
- In windows, “cmake” is not an internal or external command, nor a runnable program or batch file.
- Cmake[Warning]:Policy CMP0054 is not set
- Cmake error when configuring OpenGL [How to Solve]
- CMake Error: The source directory “/home/Demo1“ does not appear to contain CMakeLists.txt.
- Two methods of cmake in VTK program
- Cmake error solution encountered in STM32 development with clion
- JOM error 2 problem when qtcreator uses cmake to build a project
- Brief introduction of cmake generating all in vs Project_ BUILD、INSTALL、ZERO_ Check function!!