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
7e0a4fb7
Unverified
Commit
7e0a4fb7
authored
Jul 24, 2020
by
tuxmaster5000
Committed by
GitHub
Jul 24, 2020
Browse files
Fix for #2168 (#2299)
parent
2819ce64
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tools/FindCatch.cmake
tools/FindCatch.cmake
+1
-1
No files found.
tools/FindCatch.cmake
View file @
7e0a4fb7
...
...
@@ -38,7 +38,7 @@ function(_download_catch version destination_dir)
endfunction
()
# Look for catch locally
find_path
(
CATCH_INCLUDE_DIR NAMES catch.hpp PATH_SUFFIXES catch
)
find_path
(
CATCH_INCLUDE_DIR NAMES catch.hpp PATH_SUFFIXES catch
2
)
if
(
CATCH_INCLUDE_DIR
)
_get_catch_version
()
endif
()
...
...
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