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
Development
openfoam
Commits
46a1fed9
Commit
46a1fed9
authored
May 08, 2017
by
mattijs
Browse files
Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop
parents
134f7abd
c872b0f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
wmake/scripts/cmakeFunctions
View file @
46a1fed9
...
...
@@ -158,6 +158,14 @@ canBuildPlugin()
return
1
}
[
-d
"
$ParaView_INCLUDE_DIR
"
]
&&
\
[
-f
"
$ParaView_INCLUDE_DIR
/pqServerManagerModel.h"
]
||
{
echo
"==> cannot build ParaView plugins without an include directory"
echo
" ... or without GUI support"
echo
" ParaView_INCLUDE_DIR=
$ParaView_INCLUDE_DIR
"
return
1
}
command
-v
cmake
>
/dev/null 2>&1
||
{
echo
"==> cannot build ParaView plugins without cmake"
return
1
...
...
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