We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b14f6c commit aaddf05Copy full SHA for aaddf05
Superbuild/Superbuild.cmake
@@ -111,16 +111,12 @@ OPTION(TRAVIS_BUILD "Slim build for Travis CI" OFF)
111
MARK_AS_ADVANCED(TRAVIS_BUILD)
112
113
IF(TRAVIS_BUILD)
114
+ SET(BUILD_TESTING OFF)
115
+ SET(DOWNLOAD_TOOLKITS OFF)
116
+ SET(BUILD_WITH_SCIRUN_DATA OFF)
117
IF(APPLE)
- SET(BUILD_TESTING OFF)
- SET(DOWNLOAD_TOOLKITS OFF)
- SET(BUILD_WITH_SCIRUN_DATA OFF)
118
+ # build everything; qt flag is in travis.yml
119
ELSE()
- SET(QT5_BUILD OFF) # need to check this one
120
121
122
123
-
124
IF(CMAKE_C_COMPILER_ID MATCHES "GNU")
125
SET(BUILD_HEADLESS ON)
126
SET(BUILD_WITH_PYTHON OFF)
0 commit comments