From 21a10dc2f967a985437777ce03248a256c08c133 Mon Sep 17 00:00:00 2001 From: Mario Ceresa Date: Wed, 10 Oct 2012 17:19:39 +0200 Subject: [PATCH 06/23] BUG: rplyConfig.cmake has wrong include path Signed-off-by: Mario Ceresa --- contrib/brl/bbas/bmsh3d/algo/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/brl/bbas/bmsh3d/algo/CMakeLists.txt b/contrib/brl/bbas/bmsh3d/algo/CMakeLists.txt index c8be547..fe04412 100644 --- a/contrib/brl/bbas/bmsh3d/algo/CMakeLists.txt +++ b/contrib/brl/bbas/bmsh3d/algo/CMakeLists.txt @@ -4,7 +4,7 @@ FIND_PACKAGE(rply REQUIRED) INCLUDE_DIRECTORIES( ${BRL_INCLUDE_DIR} ) -INCLUDE_DIRECTORIES( ${RPLY_INCLUDE_DIR} ) +INCLUDE_DIRECTORIES( /usr/include/rply ) SET( bmsh3d_algo_sources bmsh3d_fileio.cxx bmsh3d_fileio.h -- 1.7.11.7