Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
bb9c91cc
Commit
bb9c91cc
authored
Mar 04, 2020
by
Wenzel Jakob
Browse files
pybind11Tools.cmake: search for Python 3.9
parent
4f72ef84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/pybind11Tools.cmake
tools/pybind11Tools.cmake
+1
-1
No files found.
tools/pybind11Tools.cmake
View file @
bb9c91cc
...
@@ -12,7 +12,7 @@ if(NOT PYBIND11_PYTHON_VERSION)
...
@@ -12,7 +12,7 @@ if(NOT PYBIND11_PYTHON_VERSION)
set
(
PYBIND11_PYTHON_VERSION
""
CACHE STRING
"Python version to use for compiling modules"
)
set
(
PYBIND11_PYTHON_VERSION
""
CACHE STRING
"Python version to use for compiling modules"
)
endif
()
endif
()
set
(
Python_ADDITIONAL_VERSIONS 3.8 3.7 3.6 3.5 3.4
)
set
(
Python_ADDITIONAL_VERSIONS
3.9
3.8 3.7 3.6 3.5 3.4
)
find_package
(
PythonLibsNew
${
PYBIND11_PYTHON_VERSION
}
REQUIRED
)
find_package
(
PythonLibsNew
${
PYBIND11_PYTHON_VERSION
}
REQUIRED
)
include
(
CheckCXXCompilerFlag
)
include
(
CheckCXXCompilerFlag
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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