View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015624CMakeCMakepublic2015-06-19 07:102016-01-04 11:51
ReporterMicha Renner 
Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSWindowsOS Version8.1
Product VersionCMake 3.2.1 
Target VersionFixed in Version 
Summary0015624: CMake Error: Could not find cmake module file: CMakeDetermineLANGUAGECompiler.cmake
DescriptionAlso CMake 3.3.0.rc1

It seems, that the file does not exists.
Steps To ReproducePROJECT(tm LANGUAGE C)
TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team