From 9245469fb8975b07a620a6075116bb1e2e00e7c2 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Sun, 11 May 2014 14:01:30 +0200 Subject: [PATCH] bugfix: fix invalid include path in find assimp macro for cmake. --- cmake-modules/Findassimp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake-modules/Findassimp.cmake b/cmake-modules/Findassimp.cmake index 21779cf5d..300c631e7 100644 --- a/cmake-modules/Findassimp.cmake +++ b/cmake-modules/Findassimp.cmake @@ -1,7 +1,7 @@ FIND_PATH( assimp_INCLUDE_DIRS NAMES postprocess.h scene.h version.h config.h cimport.h - PATHS /usr/local/include/btr-headers + PATHS /usr/local/include/ ) FIND_LIBRARY(