Skip to content
Snippets Groups Projects
Commit 9f25b34a authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

TEST: disable GBT tests if opencv3

parent 678d67ec
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,10 @@ set(classifierList)
#endif()
if(OTB_USE_OPENCV)
#list(APPEND classifierList "SVM" "BOOST" "DT" "GBT" "ANN" "BAYES" "RF" "KNN")
list(APPEND classifierList "BOOST" "DT" "GBT" "ANN" "BAYES" "RF" "KNN")
list(APPEND classifierList "BOOST" "DT" "ANN" "BAYES" "RF" "KNN")
if(NOT OTB_OPENCV_3)
list(APPEND classifierList "GBT")
endif()
endif()
if(OTB_USE_SHARK)
list(APPEND classifierList "SHARKRF")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment