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
19feca2d
Commit
19feca2d
authored
Sep 23, 2016
by
Ben Boeckel
⛰
Browse files
paraview: do not fix up an SDK on Apple
parent
abdb23c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/paraview.cmake
View file @
19feca2d
...
...
@@ -9,7 +9,7 @@ if (PV_NIGHTLY_SUFFIX)
endif
()
set
(
paraview_install_development_files FALSE
)
if
(
UNIX OR paraviewsdk_enabled
)
if
(
(
UNIX
AND NOT APPLE
)
OR paraviewsdk_enabled
)
set
(
paraview_install_development_files TRUE
)
endif
()
...
...
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