MantisBT - CMake
View Issue Details
0011590CMakeModulespublic2010-12-09 07:302010-12-09 07:49
Caner Candan 
Alex Neundorf 
nonetrivialalways
closedfixed 
Ubuntu10.10
CMake-2-8 
 
0011590: FindFLEX.cmake implementation example in header comments
As I'm mading a brief description in the summary, the topic is about the implementation example available on the header of the file FindFLEX.cmake. There is a typing mistake at the line 36:

# FLEX_TARGET(MyScanner lexer.l ${CMAKE_CURRENT_BIANRY_DIR}/lexer.cpp)

It's BINARY and not BIANRY.

Thanks.
No tags attached.
Issue History
2010-12-09 07:30Caner CandanNew Issue
2010-12-09 07:49Alex NeundorfNote Added: 0023841
2010-12-09 07:49Alex NeundorfAssigned To => Alex Neundorf
2010-12-09 07:49Alex NeundorfStatusnew => closed
2010-12-09 07:49Alex NeundorfResolutionopen => fixed

Notes
(0023841)
Alex Neundorf   
2010-12-09 07:49   
I fixed this yesterday already and committed it to the cmake stage, it should be in next soon.
Btw., there's another typo just in the next line ;-)

Alex