From 8d876045fefbcdaedfda438ce2e0243754c5108c Mon Sep 17 00:00:00 2001 From: Christophe Prud'homme Date: Thu, 3 May 2018 09:21:06 +0200 Subject: [PATCH] up #33 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b17327..dc5fbef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -304,8 +304,8 @@ ENDIF(BUILD_DOXYGEN) #========================================================= # If choose to build examples, then look into Examples folder. IF(BUILD_EXAMPLES) - add_subdirectory(docs/modules/centerlines ) - add_subdirectory(docs/modules/mri ) + #add_subdirectory(docs/modules/centerlines ) + add_subdirectory(docs/modules/mri/examples ) ENDIF(BUILD_EXAMPLES) #=========================================================