mirror of https://github.com/CGAL/cgal
Fix that find_path in case of cross-compilation
This commit is contained in:
parent
aed5a55354
commit
bba76c20f3
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue