File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -74,11 +74,6 @@ OPTION(BUILD_WITH_PYTHON "Build with python support." ON)
7474# Configure tetgen
7575OPTION (WITH_TETGEN "Build Tetgen." OFF )
7676
77-
78- ###########################################
79- # Configure ospray -- TODO: convert into real external
80- OPTION (WITH_OSPRAY "Build with Ospray support." OFF )
81-
8277###########################################
8378# Configure data
8479OPTION (BUILD_WITH_SCIRUN_DATA "Svn checkout data" OFF )
Original file line number Diff line number Diff line change @@ -365,8 +365,10 @@ IF(WITH_TETGEN)
365365ENDIF ()
366366
367367########################################################################
368- # Configure ospray module build
368+ # Configure ospray module build-- TODO: convert into real external
369369
370+ OPTION (WITH_OSPRAY "Build with Ospray support." OFF )
371+ MARK_AS_ADVANCED (WITH_OSPRAY)
370372IF (WITH_OSPRAY)
371373 ADD_DEFINITIONS (-DWITH_OSPRAY)
372374ENDIF ()
You can’t perform that action at this time.
0 commit comments