MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015148 | CMake | CMake | public | 2014-09-10 11:01 | 2015-03-02 08:57 |
Reporter | a.grudin | ||||
Assigned To | |||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | won't fix | ||
Platform | Windows Phone | OS | Windows | OS Version | 8 |
Product Version | CMake 3.0.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015148: CMAKE_FORCE_C_COMPILER requests full path to cl.exe | ||||
Description | The CMake version 2.8 requires just relative path to cl.exe. Like: include(CMakeForceCompiler) CMAKE_FORCE_C_COMPILER("cl.exe" "ARM") And it was convinient. But for new one the options requires to be absolute path. CMAKE_FORCE_C_COMPILER("C:/Program Files (x86)/Microsoft Visual Studio 11.0/VC/WPSDK/WP80/bin/cl.exe" "ARM") | ||||
Steps To Reproduce | Command line: cmake -G "Visual Studio 11 2012 ARM" -T"v110_wp80" ../Project CMakeLists.txt: include(CMakeForceCompiler) CMAKE_FORCE_C_COMPILER("cl.exe" "ARM") CMAKE_FORCE_CXX_COMPILER("cl.exe" "ARM") endif() project(SE) | ||||
Additional Information | Also check system files when warning about unused and uninitialized variables. CMake Error at CMakeLists.txt:385 (project): The CMAKE_C_COMPILER: cl.exe is not a full path and was not found in the PATH. -- Configuring incomplete, errors occurred! | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-09-10 11:01 | a.grudin | New Issue | |||
2014-09-10 11:18 | Brad King | Note Added: 0036776 | |||
2014-09-11 13:04 | Brad King | Status | new => resolved | ||
2014-09-11 13:04 | Brad King | Resolution | open => won't fix | ||
2015-03-02 08:57 | Robert Maynard | Note Added: 0038116 | |||
2015-03-02 08:57 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|