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
1e4da3a6
Commit
1e4da3a6
authored
Jun 28, 2017
by
Atkins, Charles Vernon
Browse files
Make CMAKE_INSTALL_PYTHONDIR persistent
Fixes
#197
parent
21eb7491
Changes
1
Hide whitespace changes
Inline
Side-by-side
bindings/python/CMakeLists.txt
View file @
1e4da3a6
...
...
@@ -28,6 +28,9 @@ endif()
string
(
REGEX REPLACE
"^
${
PYTHON_PREFIX
}
/"
""
CMAKE_INSTALL_PYTHONDIR
"
${
PYTHON_SITE_PACKAGES
}
"
)
set
(
CMAKE_INSTALL_PYTHONDIR
"
${
CMAKE_INSTALL_PYTHONDIR
}
"
CACHE INTERNAL
""
FORCE
)
set_target_properties
(
adios2py PROPERTIES
OUTPUT_NAME adios2
LIBRARY_OUTPUT_DIRECTORY
${
ADIOS2_BINARY_DIR
}
/
${
CMAKE_INSTALL_PYTHONDIR
}
...
...
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