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

-Wno-comment rajouté au test.

parent 51eadfa4
Branches
Tags
No related merge requests found
......@@ -37,6 +37,13 @@ TARGET_LINK_LIBRARIES(KullbackLeiblerProfileChDet OTBIO OTBCommon gdal ITKCommon
IF( NOT OTB_DISABLE_CXX_TESTING AND NOT OTB_DISABLE_CXX_EXAMPLES_TESTING)
IF(CMAKE_COMPILER_IS_GNUCXX)
SET_SOURCE_FILES_PROPERTIES(
otbChangeDetectionExamplesTests.cxx
PROPERTIES COMPILE_FLAGS -Wno-comment
)
ENDIF(CMAKE_COMPILER_IS_GNUCXX)
SET(BASELINE ${OTB_DATA_ROOT}/Baseline/Examples/ChangeDetection)
SET(INPUTDATA ${OTB_SOURCE_DIR}/Examples/Data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment