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
a4221153
Commit
a4221153
authored
Oct 15, 2020
by
Henry Schreiner
Committed by
Henry Schreiner
Oct 15, 2020
Browse files
fix: new line in PYPY_VERSION
parent
ad2fe0ee
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 @
a4221153
...
...
@@ -69,7 +69,7 @@ if(PYBIND11_MASTER_PROJECT)
if
(
NOT DEFINED PYPY_VERSION
)
execute_process
(
COMMAND
${
PYTHON_EXECUTABLE
}
-c
[=[import sys;
print
(".".join(map(str, sys.pypy_version_info[:3])))]=]
[=[import sys;
sys.stdout.write
(".".join(map(str, sys.pypy_version_info[:3])))]=]
OUTPUT_VARIABLE pypy_version
)
set
(
PYPY_VERSION
${
pypy_version
}
...
...
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