From 5c86ad7e49eae4333deef017509869f39e3a326b Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Sat, 22 Feb 2014 17:13:13 -0500 Subject: [PATCH] Fixed examples not being built due to branch "adding-scripts-simplify" --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6f5852b9..d03f11ede 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -295,9 +295,7 @@ add_subdirectory(gtsam) add_subdirectory(tests) # Build examples -if (GTSAM_BUILD_EXAMPLES) - add_subdirectory(examples) -endif(GTSAM_BUILD_EXAMPLES) +add_subdirectory(examples) # Matlab toolbox if (GTSAM_INSTALL_MATLAB_TOOLBOX)