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
44b822aa
Commit
44b822aa
authored
Oct 05, 2010
by
David Partyka
Browse files
BUG: Add missing Development component to install rule.
parent
71f593f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsrc/CMakeLists.txt
View file @
44b822aa
...
...
@@ -572,10 +572,12 @@ IF(NOT XDMF_INSTALL_NO_DEVELOPMENT)
FILE
(
GLOB devFiles RELATIVE
${
CMAKE_CURRENT_SOURCE_DIR
}
"*.h"
)
INSTALL
(
FILES
${
devFiles
}
DESTINATION
${
XDMF_INSTALL_INCLUDE_DIR_CM24
}
)
DESTINATION
${
XDMF_INSTALL_INCLUDE_DIR_CM24
}
COMPONENT Development
)
INSTALL
(
FILES
${
Xdmf_BINARY_DIR
}
/libsrc/XdmfConfig.h
DESTINATION
${
XDMF_INSTALL_INCLUDE_DIR_CM24
}
)
DESTINATION
${
XDMF_INSTALL_INCLUDE_DIR_CM24
}
COMPONENT Development
)
ENDIF
(
NOT XDMF_INSTALL_NO_DEVELOPMENT
)
IF
(
NOT XDMF_INSTALL_NO_LIBRARIES
)
...
...
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