Skip to content

Commit aaddf05

Browse files
committed
Change linuxtravis settings
1 parent 5b14f6c commit aaddf05

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

Superbuild/Superbuild.cmake

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,12 @@ OPTION(TRAVIS_BUILD "Slim build for Travis CI" OFF)
111111
MARK_AS_ADVANCED(TRAVIS_BUILD)
112112

113113
IF(TRAVIS_BUILD)
114+
SET(BUILD_TESTING OFF)
115+
SET(DOWNLOAD_TOOLKITS OFF)
116+
SET(BUILD_WITH_SCIRUN_DATA OFF)
114117
IF(APPLE)
115-
SET(BUILD_TESTING OFF)
116-
SET(DOWNLOAD_TOOLKITS OFF)
117-
SET(BUILD_WITH_SCIRUN_DATA OFF)
118+
# build everything; qt flag is in travis.yml
118119
ELSE()
119-
SET(QT5_BUILD OFF) # need to check this one
120-
SET(BUILD_TESTING OFF)
121-
SET(DOWNLOAD_TOOLKITS OFF)
122-
SET(BUILD_WITH_SCIRUN_DATA OFF)
123-
124120
IF(CMAKE_C_COMPILER_ID MATCHES "GNU")
125121
SET(BUILD_HEADLESS ON)
126122
SET(BUILD_WITH_PYTHON OFF)

0 commit comments

Comments
 (0)