Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Podhorszki, Norbert
ADIOS2
Commits
a39bcf4c
Commit
a39bcf4c
authored
Aug 23, 2019
by
Atkins, Charles Vernon
Browse files
cmake: Make the post-install generation of adios2-config optional
parent
380b4a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
a39bcf4c
...
...
@@ -234,7 +234,11 @@ add_subdirectory(cmake/install/packaging)
#------------------------------------------------------------------------------#
# Generating static adios-config
#------------------------------------------------------------------------------#
add_subdirectory
(
cmake/install/post
)
option
(
ADIOS2_INSTALL_GENERATE_CONFIG
"Install a generated adios2-config shell script for non-cmake projects"
ON
)
mark_as_advanced
(
ADIOS2_INSTALL_GENERATE_CONFIG
)
if
(
ADIOS2_INSTALL_GENERATE_CONFIG
)
add_subdirectory
(
cmake/install/post
)
endif
()
#------------------------------------------------------------------------------#
# Configuration summary
...
...
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