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
8006d64d
Commit
8006d64d
authored
May 05, 2017
by
Mark OLESEN
Browse files
COMP: skip compilation of plugins if include files are missing (fixes
#464
)
parent
cd622166
Changes
1
Hide whitespace changes
Inline
Side-by-side
wmake/scripts/cmakeFunctions
View file @
8006d64d
...
...
@@ -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