From 522bc4a31cdf8394f05f7e91d9edfd48dc9d7060 Mon Sep 17 00:00:00 2001 From: Maxime Gimeno Date: Tue, 19 Nov 2019 09:31:50 +0100 Subject: [PATCH] Add PATHS to find_path 3mf --- Polyhedron/demo/Polyhedron/Plugins/IO/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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")