MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0016011 | CMake | CMake | public | 2016-03-10 19:19 | 2016-06-10 14:31 |
Reporter | Aaron Simmons | ||||
Assigned To | Kitware Robot | ||||
Priority | high | Severity | major | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | WindowsPhone | OS | Windows | OS Version | 10 |
Product Version | CMake 3.5 | ||||
Target Version | Fixed in Version | ||||
Summary | 0016011: can't generate WindowsPhone 8.1 projects | ||||
Description | According to the CMake Toolchain docs, to generate a WindowsPhone project we should be able to set CMAKE_SYSTEM_NAME to "WindowsPhone" and CMAKE_SYSTEM_VERSION to "8.1". However, this doesn't seem to be working. I get "No CMAKE_C_COMPILER could be found." | ||||
Steps To Reproduce | With this CMakeLists.txt: cmake_minimum_required(VERSION 3.5.0) project(TestLib) and this command: cmake .. -G "Visual Studio 14 2015 ARM" -DCMAKE_SYSTEM_NAME=WindowsPhone -DCMAKE_SYSTEM_VERSION=8.1 I get this output: -- The C compiler identification is unknown -- The CXX compiler identification is unknown CMake Error at CMakeLists.txt:2 (project): No CMAKE_C_COMPILER could be found. CMake Error at CMakeLists.txt:2 (project): No CMAKE_CXX_COMPILER could be found. -- Configuring incomplete, errors occurred! See also "C:/Users/admin/Development/TestLib/.build/CMakeFiles/CMakeOutput.log". See also "C:/Users/admin/Development/TestLib/.build/CMakeFiles/CMakeError.log". | ||||
Additional Information | I seem to be able to generate a UWP project properly with CMAKE_SYSTEM_NAME to "WindowsStore" and CMAKE_SYSTEM_VERSION to "10.0". | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-03-10 19:19 | Aaron Simmons | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042962 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|