View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011591CMake(No Category)public2010-12-09 10:412011-04-04 12:00
Reporterkentwilliams 
Assigned ToDavid Cole 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformMacProOSOS XOS Version10.6.4
Product VersionCMake 2.8.3 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.3 
Summary0011591: ExternalProject.cmake: Interprets all-caps project name as keyword during parsing
DescriptionThis is only a warning, and it seems to work OK but it's annoying; either all-caps project names need to be an error or the parser should know that the first argument to ExternalProject_add is never a keyword.


CMake Warning (dev) at ExternalProject.cmake:167 (message):
  unknown ExternalProject_Add keyword: CMTK
Call Stack (most recent call first):
  ExternalProject.cmake:1131 (_ep_parse_arguments)
  External_CMTK.cmake:14 (ExternalProject_add)
  CMakeLists.txt:404 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
TagsNo tags attached.
Attached Files? file icon External_CMTK.cmake [^] (1,272 bytes) 2010-12-09 10:41

 Relationships
duplicate of 0011034closedDavid Cole ExternalProject reports "keyword undefined" when the SOURCE_DIR begins with 3 UpperCase letters 

  Notes
(0023846)
David Cole (manager)
2010-12-09 11:34

You must be using an older version of CMake than you think you are, because this is fixed in CMake 2.8.3.

Do you have an override of the ExternalProject module in your own project? If so, get rid of it, or update it to the cmake 2.8.3 version.
(0026036)
David Cole (manager)
2011-04-04 12:00

Closing resolved issues that have not been updated in more than 3 months.

 Issue History
Date Modified Username Field Change
2010-12-09 10:41 kentwilliams New Issue
2010-12-09 10:41 kentwilliams File Added: External_CMTK.cmake
2010-12-09 11:32 David Cole Assigned To => David Cole
2010-12-09 11:32 David Cole Status new => assigned
2010-12-09 11:33 David Cole Target Version => CMake 2.8.4
2010-12-09 11:33 David Cole Relationship added duplicate of 0011034
2010-12-09 11:34 David Cole Note Added: 0023846
2010-12-09 11:35 David Cole Status assigned => resolved
2010-12-09 11:35 David Cole Fixed in Version => CMake 2.8.3
2010-12-09 11:35 David Cole Resolution open => fixed
2011-04-04 12:00 David Cole Note Added: 0026036
2011-04-04 12:00 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team