diff --git a/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt b/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt index 616414c3f4d..700262b8f9f 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt @@ -80,6 +80,7 @@ endif() find_path(3MF_INCLUDE_DIR NAMES Model/COM/NMR_DLLInterfaces.h + PATHS /usr/include/lib3mf DOC "Path to lib3MF headers" ) find_library(3MF_LIBRARIES NAMES 3MF DOC "Path to the lib3MF library")