/Shell/Bash/Tell cmake where to find the compiler by setting either the environment variable "cxx" or the cmake cache entry cmake_cxx_compiler to the full path to the compiler, or to the compiler name if it is in the path.

Tell cmake where to find the compiler by setting either the environment variable "cxx" or the cmake cache entry cmake_cxx_compiler to the full path to the compiler, or to the compiler name if it is in the path.

Tell CMake where to find the compiler by setting either the environment variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path to the compiler, or to the compiler name if it is in the PATH.

0
ShareSimilar codes
Share