Skip to content
Snippets Groups Projects
Commit c41bce50 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Le répertoire TEMP (Testing/Temporary) est à la racine de l'OTB_BINARY_DIR

parent 2962811b
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ IF( NOT OTB_DISABLE_CXX_TESTING AND NOT OTB_DISABLE_CXX_EXAMPLES_TESTING )
SET(BASELINE ${OTB_DATA_ROOT}/Baseline/Examples/Tutorials)
SET(INPUTDATA ${OTB_SOURCE_DIR}/Examples/Data)
SET(TEMP ${OTB_BINARY_DIR}/Examples/Tutorials/Testing/Temporary)
SET(TEMP ${OTB_BINARY_DIR}/Testing/Temporary)
SET(EXE_TESTS ${CXX_TEST_PATH}/otbTutorialsExamplesTests)
......
......@@ -28,7 +28,7 @@
#include "otbImage.h"
#include <iostream>
int main()
int main( int argc, char * argv[] )
{
typedef otb::Image< unsigned short, 2 > ImageType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment