diff --git a/Examples/Tutorials/CMakeLists.txt b/Examples/Tutorials/CMakeLists.txt index b376d8e1a32415775e4f9ef67f8bbf0786ce9809..7e8e17ce7f759173875a03df2c5c6af193eaf256 100644 --- a/Examples/Tutorials/CMakeLists.txt +++ b/Examples/Tutorials/CMakeLists.txt @@ -70,9 +70,6 @@ ADD_TEST( TutorialsSmarterFilteringPipelineTest ${EXE_TESTS} ) - - - INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}") ADD_EXECUTABLE(otbTutorialsExamplesTests otbTutorialsExamplesTests.cxx) diff --git a/Examples/Tutorials/otbTutorialsExamplesTests.cxx b/Examples/Tutorials/otbTutorialsExamplesTests.cxx index 95cf3759277af023183b29dc04819b1e4e72f0a0..e53ed5d648d15920534a9813b7ae7600356d5b4d 100644 --- a/Examples/Tutorials/otbTutorialsExamplesTests.cxx +++ b/Examples/Tutorials/otbTutorialsExamplesTests.cxx @@ -34,7 +34,7 @@ void RegisterTests() #undef main #define main HelloWorldOTBTest -#include "HelloWorldOTBT.cxx" +#include "HelloWorldOTB.cxx" #undef main #define main TutorialsPipelineTest