mirror of https://github.com/CGAL/cgal
Update Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt
Co-Authored-By: Laurent Rineau <Laurent.Rineau@cgal.org>
This commit is contained in:
parent
2be81f7965
commit
5f4eba0db6
|
|
@ -80,7 +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
|
PATH_SUFFIXES 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