Search in cache

svn path=/trunk/KDE/kdegraphics/cmake/modules/; revision=537363
remotes/origin/old/work/newpageview
Laurent Montel 20 years ago
parent 5caf74ef86
commit dededfc9de
  1. 5
      cmake/modules/FindSane.cmake

@ -5,6 +5,11 @@
# SANE_INCLUDE_DIR - the SANE include directory
# SANE_LIBRARIES - The libraries needed to use SANE
if (SANE_INCLUDE_DIR)
# Already in cache, be silent
set(SANE_FIND_QUIETLY TRUE)
endif (SANE_INCLUDE_DIR)
FIND_PATH(SANE_INCLUDE_DIR sane/sane.h
/usr/include
/usr/local/include

Loading…
Cancel
Save