MantisBT - CMake
View Issue Details
0011591CMake(No Category)public2010-12-09 10:412011-04-04 12:00
kentwilliams 
David Cole 
normalminoralways
closedfixed 
MacProOS X10.6.4
CMake 2.8.3 
CMake 2.8.4CMake 2.8.3 
0011591: ExternalProject.cmake: Interprets all-caps project name as keyword during parsing
This 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.
No tags attached.
duplicate of 0011034closed David Cole ExternalProject reports "keyword undefined" when the SOURCE_DIR begins with 3 UpperCase letters 
? External_CMTK.cmake (1,272) 2010-12-09 10:41
https://public.kitware.com/Bug/file/3555/External_CMTK.cmake
Issue History
2010-12-09 10:41kentwilliamsNew Issue
2010-12-09 10:41kentwilliamsFile Added: External_CMTK.cmake
2010-12-09 11:32David ColeAssigned To => David Cole
2010-12-09 11:32David ColeStatusnew => assigned
2010-12-09 11:33David ColeTarget Version => CMake 2.8.4
2010-12-09 11:33David ColeRelationship addedduplicate of 0011034
2010-12-09 11:34David ColeNote Added: 0023846
2010-12-09 11:35David ColeStatusassigned => resolved
2010-12-09 11:35David ColeFixed in Version => CMake 2.8.3
2010-12-09 11:35David ColeResolutionopen => fixed
2011-04-04 12:00David ColeNote Added: 0026036
2011-04-04 12:00David ColeStatusresolved => closed

Notes
(0023846)
David Cole   
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   
2011-04-04 12:00   
Closing resolved issues that have not been updated in more than 3 months.