Fix that find_path in case of cross-compilation

This commit is contained in:
Laurent Rineau 2019-04-03 14:10:42 +02:00
parent aed5a55354
commit bba76c20f3
1 changed files with 1 additions and 0 deletions

View File

@ -145,6 +145,7 @@ if(CGAL_Qt5_FOUND AND Qt5_FOUND AND OPENGL_FOUND )
NAMES CGAL/Three/Scene_item.h NAMES CGAL/Three/Scene_item.h
HINTS ${CGAL_INCLUDE_DIRS} HINTS ${CGAL_INCLUDE_DIRS}
NO_DEFAULT_PATH NO_DEFAULT_PATH
NO_CMAKE_FIND_ROOT_PATH
DOC "Path to CGAL/Three/Scene_item.h") DOC "Path to CGAL/Three/Scene_item.h")
if(CGAL_THREE_HEADERS_PATH) if(CGAL_THREE_HEADERS_PATH)