Temporarily disable testSmooth as it depends on Boost
This commit is contained in:
parent
cc769b2b1d
commit
774dc99e67
1 changed files with 2 additions and 2 deletions
|
@ -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})
|
||||
|
|
Loading…
Reference in a new issue