Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
5042a6cd
Commit
5042a6cd
authored
Mar 07, 2018
by
Ben Boeckel
⛰
Browse files
qt5: default to 5.8
parent
290628b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
5042a6cd
...
...
@@ -309,6 +309,9 @@ set(_git_clone_arguments_default --progress)
# set the default for cxx11 to be enabled for this project
set
(
_superbuild_default_cxx11 ON
)
# set the default for qt5 to be 5.8
set
(
_superbuild_qt5_default_selection
"5.8"
)
if
(
NOT EXISTS
"
${
CMAKE_CURRENT_LIST_DIR
}
/superbuild/CMakeLists.txt"
)
message
(
FATAL_ERROR
"It appears as though the superbuild infrastructure "
"is missing; did you forget to do `git submodule init` "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment