From fe3ecc9f9709c2bf287803f928c70dd1668506ab Mon Sep 17 00:00:00 2001 From: Richard Roberts Date: Tue, 6 May 2014 19:14:03 -0700 Subject: [PATCH] Fixed another comment --- cmake/example_project/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/example_project/CMakeLists.txt b/cmake/example_project/CMakeLists.txt index 0700d0262..548d56acd 100644 --- a/cmake/example_project/CMakeLists.txt +++ b/cmake/example_project/CMakeLists.txt @@ -39,5 +39,5 @@ gtsamAddTestsGlob("example" "tests/test*.cpp" "" "${CONVENIENCE_LIB_NAME}") gtsamAddExamplesGlob("*.cpp" "" "${CONVENIENCE_LIB_NAME}") ################################################################################### -# Build MATLAB wrapper +# Build MATLAB wrapper (CMake tracks the dependecy to link with GTSAM through our project's static library) wrap_and_install_library("example.h" "${CONVENIENCE_LIB_NAME}" "" "")