From d8891e268dbd788932ede97097f41d8653f5e3f2 Mon Sep 17 00:00:00 2001 From: jean-pierre roux Date: Mon, 11 May 2009 17:05:54 +0000 Subject: [PATCH] - Comment out uselesss #define MAX (vtk-4.5 doesn't compile) - Comment out doxygen target --- lib/doxygen/CMakeLists.txt | 8 ++++---- .../src/interface/wxWindows/widgets/pPlotter/Histogram.h | 2 +- .../wxWindows/widgets/pPlotter/HistogramWidget.h | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/doxygen/CMakeLists.txt b/lib/doxygen/CMakeLists.txt index e6ba0f2..d03ccf5 100644 --- a/lib/doxygen/CMakeLists.txt +++ b/lib/doxygen/CMakeLists.txt @@ -55,10 +55,10 @@ MACRO(CREA_BUILD_DOXYGEN_DOC NAME INPUT DOC_RELATIVE_INSTALL_PATH PREDEFINED) ${CMAKE_CURRENT_BINARY_DIR}/Doxyfile.txt # DEPENDS bbtk bbi ) - - ADD_CUSTOM_TARGET(doxygen_${NAME} ALL - DEPENDS ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/index.html - ) +# Temp removed EED JPR +# ADD_CUSTOM_TARGET(doxygen_${NAME} ALL +# DEPENDS ${DOXYGEN_OUTPUT}/${DOXYGEN_HTML_OUTPUT}/index.html +# ) # INSTALL( # DIRECTORY diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h index d2d0218..576da99 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/Histogram.h @@ -24,7 +24,7 @@ #include "pPlotterScaleY.h" #include "pPlotterScaleX.h" -#define MAX 500 +//#define MAX 500 #define NUM_POINTS 100 #define WINDOW_SIZE 10 diff --git a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramWidget.h b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramWidget.h index 078e9ef..f559cc4 100644 --- a/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramWidget.h +++ b/lib/maracasVisuLib/src/interface/wxWindows/widgets/pPlotter/HistogramWidget.h @@ -24,7 +24,7 @@ #include "pPlotterScaleY.h" #include "pPlotterScaleX.h" -#define MAX 500 +//#define MAX 500 #define NUM_POINTS 100 #define WINDOW_SIZE 10 -- 2.46.0