Temporarily disable testSmooth as it depends on Boost

This commit is contained in:
Guilhem Lavaux 2014-05-05 12:12:09 +02:00
parent cc769b2b1d
commit 774dc99e67

View File

@ -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})