Commit c27aae9
authored
Resolve pybind11 CMake message (#2614)
This PR silences the message
> Using compatibility mode for Python, set PYBIND11_FINDPYTHON to
NEW/OLD to silence this message
The message is gone when `find_package(Python REQUIRED COMPONENTS
Development.Module)` is done before fetching pybind11, as `Python_FOUND`
will be set.1 parent 536d260 commit c27aae9
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
62 | | - | |
63 | | - | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments