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
5927c581
Commit
5927c581
authored
Jul 24, 2020
by
Henry Schreiner
Committed by
Henry Schreiner
Jul 26, 2020
Browse files
chore: update Catch
parent
44706717
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test_embed/CMakeLists.txt
tests/test_embed/CMakeLists.txt
+1
-1
No files found.
tests/test_embed/CMakeLists.txt
View file @
5927c581
...
@@ -4,7 +4,7 @@ if(${PYTHON_MODULE_EXTENSION} MATCHES "pypy")
...
@@ -4,7 +4,7 @@ if(${PYTHON_MODULE_EXTENSION} MATCHES "pypy")
return
()
return
()
endif
()
endif
()
find_package
(
Catch
1.9.3
)
find_package
(
Catch
2.13.0
)
if
(
CATCH_FOUND
)
if
(
CATCH_FOUND
)
message
(
STATUS
"Building interpreter tests using Catch v
${
CATCH_VERSION
}
"
)
message
(
STATUS
"Building interpreter tests using Catch v
${
CATCH_VERSION
}
"
)
else
()
else
()
...
...
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