| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0015624 | CMake | CMake | public | 2015-06-19 07:10 | 2016-01-04 11:51 | ||||
| Reporter | Micha Renner | ||||||||
| Assigned To | |||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | Windows | OS Version | 8.1 | |||||
| Product Version | CMake 3.2.1 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0015624: CMake Error: Could not find cmake module file: CMakeDetermineLANGUAGECompiler.cmake | ||||||||
| Description | Also CMake 3.3.0.rc1 It seems, that the file does not exists. | ||||||||
| Steps To Reproduce | PROJECT(tm LANGUAGE C) | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0038954) Brad King (manager) 2015-06-19 08:44 |
The project() command documentation: http://www.cmake.org/cmake/help/v3.3/command/project.html [^] shows an option called "LANGUAGES", not "LANGUAGE". With the latter it thinks you're trying to enable a language called "LANGUAGE" and expecting to find the supporting files in CMAKE_MODULE_PATH. You can use either project(tm C) or project(tm LANGUAGES C) |
|
(0040074) Robert Maynard (manager) 2016-01-04 11:51 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2015-06-19 07:10 | Micha Renner | New Issue | |
| 2015-06-19 08:44 | Brad King | Note Added: 0038954 | |
| 2015-06-19 08:44 | Brad King | Status | new => resolved |
| 2015-06-19 08:44 | Brad King | Resolution | open => no change required |
| 2016-01-04 11:51 | Robert Maynard | Note Added: 0040074 | |
| 2016-01-04 11:51 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |