mirror of https://github.com/CGAL/cgal
Add PATHS to find_path 3mf
This commit is contained in:
parent
01f69b5e9d
commit
522bc4a31c
|
|
@ -80,6 +80,7 @@ endif()
|
||||||
|
|
||||||
find_path(3MF_INCLUDE_DIR
|
find_path(3MF_INCLUDE_DIR
|
||||||
NAMES Model/COM/NMR_DLLInterfaces.h
|
NAMES Model/COM/NMR_DLLInterfaces.h
|
||||||
|
PATHS /usr/include/lib3mf
|
||||||
DOC "Path to lib3MF headers"
|
DOC "Path to lib3MF headers"
|
||||||
)
|
)
|
||||||
find_library(3MF_LIBRARIES NAMES 3MF DOC "Path to the lib3MF library")
|
find_library(3MF_LIBRARIES NAMES 3MF DOC "Path to the lib3MF library")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue