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
Ben Boeckel
Xdmf
Commits
4f46bcba
Commit
4f46bcba
authored
Oct 07, 2010
by
David Partyka
Browse files
BUG: Add missing Development component for Ice.
parent
813d6775
Changes
1
Hide whitespace changes
Inline
Side-by-side
Ice/CMakeLists.txt
View file @
4f46bcba
...
...
@@ -93,6 +93,7 @@ IF(NOT XDMF_INSTALL_NO_DEVELOPMENT)
FILE
(
GLOB devFiles RELATIVE
${
CMAKE_CURRENT_SOURCE_DIR
}
"*.h"
)
INSTALL
(
FILES
${
devFiles
}
DESTINATION
${
XDMF_INSTALL_INCLUDE_DIR
}
)
DESTINATION
${
XDMF_INSTALL_INCLUDE_DIR
}
COMPONENT Development
)
# INSTALL_FILES(${XDMF_INSTALL_INCLUDE_DIR} .h IceConfig ice)
ENDIF
(
NOT XDMF_INSTALL_NO_DEVELOPMENT
)
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