Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 880065
Collapse All | Expand All

(-)a/cmake/Modules/FindLibEdit.cmake (+1 lines)
Lines 21-26 find_library(LibEdit_LIBRARIES NAMES edit HINTS ${PC_LIBEDIT_LIBRARY_DIRS}) Link Here
21
21
22
include(CheckIncludeFile)
22
include(CheckIncludeFile)
23
if(LibEdit_INCLUDE_DIRS AND EXISTS "${LibEdit_INCLUDE_DIRS}/histedit.h")
23
if(LibEdit_INCLUDE_DIRS AND EXISTS "${LibEdit_INCLUDE_DIRS}/histedit.h")
24
  include(CMakePushCheckState)
24
  cmake_push_check_state()
25
  cmake_push_check_state()
25
  list(APPEND CMAKE_REQUIRED_INCLUDES ${LibEdit_INCLUDE_DIRS})
26
  list(APPEND CMAKE_REQUIRED_INCLUDES ${LibEdit_INCLUDE_DIRS})
26
  list(APPEND CMAKE_REQUIRED_LIBRARIES ${LibEdit_LIBRARIES})
27
  list(APPEND CMAKE_REQUIRED_LIBRARIES ${LibEdit_LIBRARIES})

Return to bug 880065