MantisBT - CMake
View Issue Details
0009231CMakeCMakepublic2009-07-03 13:042009-07-31 16:12
Cesar L. B. Silveira 
Alex Neundorf 
normaltextalways
closedfixed 
CMake-2-6 
 
0009231: Typo in error message
I ran cmake-2.6 with the following wrong parameter:

$ cmake -DWall

And got the error message below:

Parse error in command line argument: -DWall
Should be: VAR:type=value
CMake Error: No cmake scrpt provided.
CMake Error: Problem processing arguments. Aborting.

Notice the typo in "scrpt". I have attached a patch to fix it.
No tags attached.
diff typo.diff (539) 2009-07-03 13:04
https://public.kitware.com/Bug/file/2352/typo.diff
Issue History
2009-07-03 13:04Cesar L. B. SilveiraNew Issue
2009-07-03 13:04Cesar L. B. SilveiraFile Added: typo.diff
2009-07-31 16:11Alex NeundorfStatusnew => assigned
2009-07-31 16:11Alex NeundorfAssigned To => Alex Neundorf
2009-07-31 16:12Alex NeundorfNote Added: 0017042
2009-07-31 16:12Alex NeundorfStatusassigned => closed
2009-07-31 16:12Alex NeundorfResolutionopen => fixed

Notes
(0017042)
Alex Neundorf   
2009-07-31 16:12   
Thanks, fixed in HEAD.

Alex