[root@amax src]# cmake .
-- The CXX compiler identification is unknown
CMake Error at /usr/local/share/cmake-2.6/Modules/CMakeCXXInformation.cmake:17 (GET_FILENAME_COMPONENT):
get_filename_component called with incorrect number of arguments
Call Stack (most recent call first):
CMakeLists.txt:1 (PROJECT)
CMake Error: your CXX compiler: "" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
-- Configuring done
删除之前生前的CMakeCache.txt,重新cmake .




相关文章:

  • 2021-04-11
  • 2021-04-03
  • 2021-12-09
  • 2021-08-09
  • 2021-07-11
  • 2021-12-31
猜你喜欢
  • 2021-06-27
  • 2021-06-21
  • 2022-12-23
  • 2022-12-23
  • 2022-03-08
相关资源
相似解决方案