summaryrefslogtreecommitdiff
path: root/cmake/modules/FindLibDigiDoc.cmake
diff options
context:
space:
mode:
authorAndrew Shadura <andrewsh@debian.org>2018-04-25 15:38:01 +0200
committerAndrew Shadura <andrewsh@debian.org>2018-04-25 15:38:01 +0200
commit3259ab99df8d8746a46ca7469635751f604e42fc (patch)
tree29219f0e5c8ae9a2e099781167592fe8bfa0b5a0 /cmake/modules/FindLibDigiDoc.cmake
parent61c1a106bd81794f48e4cd85bae129f9270279e8 (diff)
New upstream version 3.10.4+ds1
Diffstat (limited to 'cmake/modules/FindLibDigiDoc.cmake')
-rw-r--r--cmake/modules/FindLibDigiDoc.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/FindLibDigiDoc.cmake b/cmake/modules/FindLibDigiDoc.cmake
index 47ccf00..6956117 100644
--- a/cmake/modules/FindLibDigiDoc.cmake
+++ b/cmake/modules/FindLibDigiDoc.cmake
@@ -11,7 +11,7 @@ IF (LIBDIGIDOC_INCLUDE_DIR)
SET(LIBDIGIDOC_FIND_QUIETLY TRUE)
ENDIF (LIBDIGIDOC_INCLUDE_DIR)
-FIND_PATH(LIBDIGIDOC_INCLUDE_DIR libdigidoc/DigiDocDefs.h PATH_SUFFIXES include)
+FIND_PATH(LIBDIGIDOC_INCLUDE_DIR libdigidoc/DigiDocDefs.h)
FIND_LIBRARY(LIBDIGIDOC_LIBRARY NAMES digidoc)
# handle the QUIETLY and REQUIRED arguments and set LIBDIGIDOC_FOUND to TRUE if