Close ENDFUNCTION() properly with the same name as FUNCTION()

Alex
This commit is contained in:
Alex Neundorf 2010-09-21 22:43:04 +02:00
parent 07bca48868
commit b935f00fdf
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ FUNCTION(ADD_FEATURE_INFO _name _enabled _desc)
ENDIF ()
SET_PROPERTY(GLOBAL PROPERTY _CMAKE_${_name}_DESCRIPTION "${_desc}" )
ENDFUNCTION(SET_FEATURE_INFO)
ENDFUNCTION(ADD_FEATURE_INFO)
FUNCTION(SET_FEATURE_INFO)