MantisBT - CMake
View Issue Details
0012020CMakeDocumentationpublic2011-03-29 05:212011-06-18 07:39
Fraser Hutchison 
Brad King 
normalminoralways
closedfixed 
CMake 2.8.4 
CMake 2.8.5CMake 2.8.5 
0012020: CMAKE_include_directories_BEFORE should be CMAKE_INCLUDE_DIRECTORIES_BEFORE
The documentation at http://www.cmake.org/cmake/help/cmake-2-8-docs.html#command:include_directories [^] refers to the variable CMAKE_include_directories_BEFORE which has no effect. The variable CMAKE_INCLUDE_DIRECTORIES_BEFORE produces the correct behaviour.
No tags attached.
Issue History
2011-03-29 05:21Fraser HutchisonNew Issue
2011-03-29 15:57Brad KingAssigned To => Brad King
2011-03-29 15:57Brad KingStatusnew => assigned
2011-03-29 15:59Brad KingNote Added: 0025956
2011-03-29 15:59Brad KingStatusassigned => closed
2011-03-29 15:59Brad KingResolutionopen => fixed
2011-06-18 07:39David ColeFixed in Version => CMake 2.8.5
2011-06-18 07:39David ColeTarget Version => CMake 2.8.5

Notes
(0025956)
Brad King   
2011-03-29 15:59   
Fixed, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=84b7d928 [^]