Temporarily disable testSmooth as it depends on Boost
This commit is contained in:
parent
cc769b2b1d
commit
774dc99e67
@ -11,8 +11,8 @@ target_link_libraries(testBQueue ${tolink})
|
|||||||
add_executable(testInterpolate testInterpolate.cpp)
|
add_executable(testInterpolate testInterpolate.cpp)
|
||||||
target_link_libraries(testInterpolate ${tolink})
|
target_link_libraries(testInterpolate ${tolink})
|
||||||
|
|
||||||
add_executable(testSmooth testSmooth.cpp)
|
#add_executable(testSmooth testSmooth.cpp)
|
||||||
target_link_libraries(testSmooth ${tolink})
|
#target_link_libraries(testSmooth ${tolink})
|
||||||
|
|
||||||
add_executable(testkd testkd.cpp)
|
add_executable(testkd testkd.cpp)
|
||||||
target_link_libraries(testkd ${tolink})
|
target_link_libraries(testkd ${tolink})
|
||||||
|
Loading…
Reference in New Issue
Block a user