From 5f4eba0db6d3da9b84a4d0a0156411db616b2166 Mon Sep 17 00:00:00 2001 From: Maxime GIMENO Date: Fri, 29 Nov 2019 08:51:45 +0100 Subject: [PATCH] Update Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt Co-Authored-By: Laurent Rineau --- Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt b/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt index 700262b8f9f..01a48c330b8 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt +++ b/Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt @@ -80,7 +80,7 @@ endif() find_path(3MF_INCLUDE_DIR NAMES Model/COM/NMR_DLLInterfaces.h - PATHS /usr/include/lib3mf + PATH_SUFFIXES lib3mf DOC "Path to lib3MF headers" ) find_library(3MF_LIBRARIES NAMES 3MF DOC "Path to the lib3MF library")