Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 344259 | Differences between
and this patch

Collapse All | Expand All

(-)cmake-2.8.3.orig/Modules/FindLibArchive.cmake (-1 / +1 lines)
Lines 50-56 Link Here
50
50
51
# Handle the QUIETLY and REQUIRED arguments and set LIBARCHIVE_FOUND
51
# Handle the QUIETLY and REQUIRED arguments and set LIBARCHIVE_FOUND
52
# to TRUE if all listed variables are TRUE.
52
# to TRUE if all listed variables are TRUE.
53
include("${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake")
53
include("${CMAKE_ROOT}/Modules/FindPackageHandleStandardArgs.cmake")
54
find_package_handle_standard_args(LibArchive DEFAULT_MSG
54
find_package_handle_standard_args(LibArchive DEFAULT_MSG
55
  LibArchive_LIBRARY LibArchive_INCLUDE_DIR
55
  LibArchive_LIBRARY LibArchive_INCLUDE_DIR
56
  )
56
  )

Return to bug 344259