MantisBT - CMake
View Issue Details
0013936CMakeDocumentationpublic2013-02-19 16:392013-10-07 10:03
Matt Darland 
Stephen Kelly 
normaltextalways
closedfixed 
AllAllAny
CMake 2.8.10.2 
CMake 2.8.11CMake 2.8.11 
0013936: GenerateExportHeader documentation references invalid ${CMAKE_CURRENT_BUILD_DIR}
From the documentation of GenerateExportHeader:
"The CMake fragment will generate a file in the ${CMAKE_CURRENT_BUILD_DIR} called somelib_export.h"...

CMAKE_CURRENT_BUILD_DIR is not a defined variable. CMAKE_CURRENT_BINARY_DIR was probably intended.


No tags attached.
Issue History
2013-02-19 16:39Matt DarlandNew Issue
2013-02-19 16:42Brad KingAssigned To => Stephen Kelly
2013-02-19 16:42Brad KingStatusnew => assigned
2013-02-19 16:42Brad KingNote Added: 0032348
2013-02-19 16:42Brad KingTarget Version => CMake 2.8.11
2013-03-13 11:53Stephen KellyNote Added: 0032605
2013-03-13 11:53Stephen KellyStatusassigned => resolved
2013-03-13 11:53Stephen KellyFixed in Version => CMake 2.8.11
2013-03-13 11:53Stephen KellyResolutionopen => fixed
2013-10-07 10:03Robert MaynardNote Added: 0033998
2013-10-07 10:03Robert MaynardStatusresolved => closed

Notes
(0032348)
Brad King   
2013-02-19 16:42   
It looks like the typo was introduced when the module was first added:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=30880707#patch1 [^]
(0032605)
Stephen Kelly   
2013-03-13 11:53   
Fixed in http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0ebf3321 [^]
(0033998)
Robert Maynard   
2013-10-07 10:03   
Closing resolved issues that have not been updated in more than 4 months.