MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0015237 | CMake | CMake | public | 2014-11-07 15:20 | 2015-04-06 09:07 | |||||
Reporter | Ruslan Baratov | |||||||||
Assigned To | Brad King | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | fixed | |||||||
Platform | OS | OS Version | ||||||||
Product Version | ||||||||||
Target Version | CMake 3.1 | Fixed in Version | CMake 3.1 | |||||||
Summary | 0015237: No CMAKE_C_COMPILER could be found (3.1.0-rc1 regression) | |||||||||
Description | Error while configuring project with Xcode 5.0.2 and CMake 3.1.0-rc1: -- The C compiler identification is AppleClang 5.0.0.5000279 -- The CXX compiler identification is AppleClang 5.0.0.5000279 CMake Error at CMakeLists.txt:2 (project): No CMAKE_C_COMPILER could be found. | |||||||||
Steps To Reproduce | Create toolchain.cmake file: set(CMAKE_OSX_SYSROOT "iphoneos" CACHE STRING "" FORCE) set(CMAKE_XCODE_EFFECTIVE_PLATFORMS "-iphoneos;-iphonesimulator") set(MACOSX_BUNDLE_GUI_IDENTIFIER com.example) set(CMAKE_MACOSX_BUNDLE YES) set(CMAKE_XCODE_ATTRIBUTE_CODE_SIGN_IDENTITY "iPhone Developer") Create CMakeLists.txt: cmake_minimum_required(VERSION 3.0) project(Foo) Run build: cmake -H. -B_builds -GXcode -DCMAKE_TOOLCHAIN_FILE=toolchain.cmake | |||||||||
Additional Information | Works fine with CMake 3.0.2 | |||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
Issue History | ||||||||||
Date Modified | Username | Field | Change | |||||||
2014-11-07 15:20 | Ruslan Baratov | New Issue | ||||||||
2014-11-07 15:56 | Brad King | Relationship added | related to 0015214 | |||||||
2014-11-07 16:41 | Brad King | Assigned To | => Brad King | |||||||
2014-11-07 16:41 | Brad King | Status | new => assigned | |||||||
2014-11-07 16:41 | Brad King | Target Version | => CMake 3.1 | |||||||
2014-11-07 16:44 | Brad King | Note Added: 0037163 | ||||||||
2014-11-08 10:16 | Ruslan Baratov | Note Added: 0037164 | ||||||||
2014-11-10 10:46 | Brad King | Note Added: 0037168 | ||||||||
2014-11-10 10:46 | Brad King | Status | assigned => resolved | |||||||
2014-11-10 10:46 | Brad King | Resolution | open => fixed | |||||||
2014-11-10 10:46 | Brad King | Fixed in Version | => CMake 3.1 | |||||||
2015-04-06 09:07 | Robert Maynard | Note Added: 0038438 | ||||||||
2015-04-06 09:07 | Robert Maynard | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|