From 774dc99e67a14c097bfca373c57162eab845181b Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Mon, 5 May 2014 12:12:09 +0200 Subject: [PATCH] Temporarily disable testSmooth as it depends on Boost --- sample/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample/CMakeLists.txt b/sample/CMakeLists.txt index 5b58290..2053060 100644 --- a/sample/CMakeLists.txt +++ b/sample/CMakeLists.txt @@ -11,8 +11,8 @@ target_link_libraries(testBQueue ${tolink}) add_executable(testInterpolate testInterpolate.cpp) target_link_libraries(testInterpolate ${tolink}) -add_executable(testSmooth testSmooth.cpp) -target_link_libraries(testSmooth ${tolink}) +#add_executable(testSmooth testSmooth.cpp) +#target_link_libraries(testSmooth ${tolink}) add_executable(testkd testkd.cpp) target_link_libraries(testkd ${tolink})