Просмотр исходного кода

FindBZip2: remove BZIP2_DEFINITIONS from doc (it's not referenced)

Kovarththanan Rajaratnam 15 лет назад
Родитель
Сommit
c70e0aa3eb
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      Modules/FindBZip2.cmake

+ 0 - 1
Modules/FindBZip2.cmake

@@ -4,7 +4,6 @@
 #  BZIP2_FOUND - system has BZip2
 #  BZIP2_INCLUDE_DIR - the BZip2 include directory
 #  BZIP2_LIBRARIES - Link these to use BZip2
-#  BZIP2_DEFINITIONS - Compiler switches required for using BZip2
 #  BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_
 
 #=============================================================================