-
Notifications
You must be signed in to change notification settings - Fork 2.2k
pybind11Tools.cmake - unknown argument specified #4325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The version I have found the problem in: v2.10.1 |
rwgk
added a commit
that referenced
this issue
Nov 12, 2022
* fix pybind11Tools.cmake typo causing Unknown arguments CMake Error at pybind11/tools/pybind11Tools.cmake:217 (if): if given arguments: "NOT" "MSVC" "AND" "NOT" "TEST" "MATCHES" "DEBUG|RELWITHDEBINFO" Unknown arguments specified #4325 * Apply the same fix in tools/pybind11NewTools.cmake Co-authored-by: Ralf W. Grosse-Kunstleve <[email protected]>
Closed by #4327 |
rwgk
added a commit
that referenced
this issue
Nov 18, 2022
* fix pybind11Tools.cmake typo causing Unknown arguments CMake Error at pybind11/tools/pybind11Tools.cmake:217 (if): if given arguments: "NOT" "MSVC" "AND" "NOT" "TEST" "MATCHES" "DEBUG|RELWITHDEBINFO" Unknown arguments specified #4325 * Apply the same fix in tools/pybind11NewTools.cmake Co-authored-by: Ralf W. Grosse-Kunstleve <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The symptom:
The fix I have found:
Was:
Changed to:
At:
pybind11/tools/pybind11Tools.cmake
Line 217 in ee2b522
Please consider applying this fix, or suggesting a better solution to above error.
The text was updated successfully, but these errors were encountered: