소스 검색

ENH: Documentation fix

Andy Cedilnik 22 년 전
부모
커밋
db12c17017
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Modules/CheckTypeSize.cmake

+ 1 - 0
Modules/CheckTypeSize.cmake

@@ -4,6 +4,7 @@
 #
 # CHECK_TYPE_SIZE - macro which checks the size of type
 # VARIABLE - variable to store size if the type exists.
+# HAVE_${VARIABLE} - does the variable exists or not
 #
 
 MACRO(CHECK_TYPE_SIZE TYPE VARIABLE)