Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ben Boeckel
ParaView
Commits
4af3b7b1
Commit
4af3b7b1
authored
Mar 13, 2019
by
Ben Boeckel
Browse files
ParaViewClient: fix typo for the bundle icon
parent
7feb5944
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMake/ParaViewClient.cmake
View file @
4af3b7b1
...
...
@@ -402,7 +402,7 @@ IDI_ICON1 ICON \"${_paraview_client_APPLICATION_ICON}\"\n")
if
(
DEFINED _paraview_client_BUNDLE_ICON
)
set_property
(
TARGET
"
${
_paraview_client_NAME
}
"
PROPERTY
MACOSX_BUNDLE_ICON_FILE
"
${
_paraview_client_
bundle_icon
}
"
)
MACOSX_BUNDLE_ICON_FILE
"
${
_paraview_client_
BUNDLE_ICON
}
"
)
endif
()
if
(
DEFINED _paraview_client_BUNDLE_PLIST
)
set_property
(
TARGET
"
${
_paraview_client_NAME
}
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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