Skip to content

Commit

Permalink
Refs #3882: Remove the SliceViewerDemo from all makes
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Oct 28, 2011
1 parent e296c5e commit 8734467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidPlot/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ else ()
include_directories ( ../Framework/Geometry/inc )

# Extra, optional target for demoing a GUI element
add_executable ( SliceViewerDemo ${WIN_CONSOLE} MACOSX_BUNDLE ${ALL_SRC} ../MantidQt/SliceViewer/src/main.cpp
add_executable ( SliceViewerDemo EXCLUDE_FROM_ALL ${WIN_CONSOLE} MACOSX_BUNDLE ${ALL_SRC} ../MantidQt/SliceViewer/src/main.cpp
${INC_FILES} ${QTIPLOT_C_SRC} ${UI_HDRS} ${RES_FILES} ${MANTID_RC_FILE} )
target_link_libraries ( SliceViewerDemo
${CORE_MANTIDLIBS} MantidQtAPI MantidWidgets MantidQtSliceViewer
Expand Down

0 comments on commit 8734467

Please sign in to comment.