Ver código fonte

Help: correct macro -> function in CheckPrototypeDefinition

Correct in text, and downcase function name in function statement.
Joachim Wuttke (o) 7 anos atrás
pai
commit
f05d7ed5ff
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      Modules/CheckPrototypeDefinition.cmake

+ 2 - 2
Modules/CheckPrototypeDefinition.cmake

@@ -28,7 +28,7 @@ Example:
    "unistd.h;pwd.h"
    SOLARIS_GETPWENT_R)
 
-The following variables may be set before calling this macro to modify
+The following variables may be set before calling this function to modify
 the way the check is run:
 
 ::
@@ -46,7 +46,7 @@ get_filename_component(__check_proto_def_dir "${CMAKE_CURRENT_LIST_FILE}" PATH)
 
 include_guard(GLOBAL)
 
-function(CHECK_PROTOTYPE_DEFINITION _FUNCTION _PROTOTYPE _RETURN _HEADER _VARIABLE)
+function(check_prototype_definition _FUNCTION _PROTOTYPE _RETURN _HEADER _VARIABLE)
 
   if (NOT DEFINED ${_VARIABLE})
     set(CHECK_PROTOTYPE_DEFINITION_CONTENT "/* */\n")