Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kill the CMake Error -- clang/clang++ is not a full path and was not… #3

Merged
merged 1 commit into from May 30, 2015

Conversation

iCodist
Copy link
Contributor

@iCodist iCodist commented May 23, 2015

… found in the PATH.

CMake Error at CMakeLists.txt:3 (project):
The CMAKE_CXX_COMPILER:

clang++

is not a full path and was not found 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.

CMake Error at CMakeLists.txt:3 (project):
The CMAKE_C_COMPILER:

clang

is not a full path and was not found in the PATH.

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

…found in the PATH.

CMake Error at CMakeLists.txt:3 (project): 
The CMAKE_CXX_COMPILER: 

clang++ 

is not a full path and was not found 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. 

CMake Error at CMakeLists.txt:3 (project): 
The CMAKE_C_COMPILER: 

clang

is not a full path and was not found in the PATH. 

Tell CMake where to find the compiler by setting either the environment 
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path 
to the compiler, or to the compiler name if it is in the PATH.
cristeab added a commit that referenced this pull request May 30, 2015
Kill the CMake Error -- clang/clang++  is not a full path and was not…
@cristeab cristeab merged commit 9340078 into cristeab:master May 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants