MantisBT - CMake
View Issue Details
0012333CMakeDocumentationpublic2011-07-12 16:042011-09-12 17:13
Stephen Kelly 
Alex Neundorf 
normalminoralways
closedfixed 
 
CMake 2.8.6CMake 2.8.6 
0012333: try_compile documentation fix
The try_compile documentation says:

"Return the success or failure in RESULT_VAR."

That should probably at least be

"Return*s* the success or failure in RESULT_VAR."
No tags attached.
Issue History
2011-07-12 16:04Stephen KellyNew Issue
2011-07-12 16:37Alex NeundorfAssigned To => Alex Neundorf
2011-07-12 16:37Alex NeundorfStatusnew => assigned
2011-07-12 16:41Alex NeundorfNote Added: 0027032
2011-07-12 16:41Alex NeundorfStatusassigned => closed
2011-07-12 16:41Alex NeundorfResolutionopen => fixed
2011-07-12 16:41Alex NeundorfCategoryCMake => Documentation
2011-09-12 17:13David ColeFixed in Version => CMake 2.8.6
2011-09-12 17:13David ColeTarget Version => CMake 2.8.6

Notes
(0027032)
Alex Neundorf   
2011-07-12 16:41   
I changed it to
"The success or failure of the try_compile, i.e. TRUE or FALSE "
"respectively, is returned in RESULT_VAR."

This is already in the next branch.