Skip to content

Commit afbcadc

Browse files
committed
Closes #1677
1 parent b9a2088 commit afbcadc

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

Superbuild/Superbuild.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,6 @@ OPTION(BUILD_WITH_PYTHON "Build with python support." ON)
7474
# Configure tetgen
7575
OPTION(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
8479
OPTION(BUILD_WITH_SCIRUN_DATA "Svn checkout data" OFF)

src/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,8 +365,10 @@ IF(WITH_TETGEN)
365365
ENDIF()
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)
370372
IF(WITH_OSPRAY)
371373
ADD_DEFINITIONS(-DWITH_OSPRAY)
372374
ENDIF()

0 commit comments

Comments
 (0)