From: David Wells Date: Thu, 5 Oct 2017 19:54:30 +0000 (-0400) Subject: Add an extra hint for assimp. X-Git-Tag: v9.0.0-rc1~983^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5199%2Fhead;p=dealii.git Add an extra hint for assimp. If assimp has its own directory, e.g., ASSIMP_DIR=/opt/assimp/, then this hint is needed. --- diff --git a/cmake/modules/FindASSIMP.cmake b/cmake/modules/FindASSIMP.cmake index 4edc211422..8bc4ba0a6f 100644 --- a/cmake/modules/FindASSIMP.cmake +++ b/cmake/modules/FindASSIMP.cmake @@ -32,6 +32,7 @@ DEAL_II_FIND_LIBRARY(ASSIMP_LIB NAMES assimp DEAL_II_FIND_PATH(ASSIMP_INC assimp/defs.h HINTS ${ASSIMP_DIR} + PATH_SUFFIXES include ) DEAL_II_PACKAGE_HANDLE(ASSIMP