Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Arash Partow
waLBerla
Commits
7b36599f
Commit
7b36599f
authored
Sep 10, 2019
by
Matthias Markl
Committed by
Michael Kuron
Sep 25, 2019
Browse files
python 3.7 bugfix in CMakeLists.txt for MSVC
markl
parent
a399eded
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
7b36599f
...
...
@@ -645,7 +645,8 @@ else()
endif
()
if
(
WALBERLA_BUILD_WITH_PYTHON AND WALBERLA_CXX_COMPILER_IS_MSVC
)
list
(
APPEND waLBerla_REQUIRED_BOOST_COMPONENTS python36
)
get_filename_component
(
PYTHON_REQUIRED_LIB
${
PYTHON_LIBRARY
}
NAME_WE
)
list
(
APPEND waLBerla_REQUIRED_BOOST_COMPONENTS
${
PYTHON_REQUIRED_LIB
}
)
endif
()
# This variable is necessary, if the CMAKE version used is not aware of a more recent boost version (keep this up to date!)
...
...
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