- 30 Jun, 2020 2 commits
-
-
Nils Leif Fischer authored
-
Takahiro Ishikawa authored
pybind11_add_module fails because FindPythonLibsNew.cmake try to link PythonXX.lib, but the first letter "p" should be lowercase.
-
- 22 Jan, 2020 1 commit
-
-
Baljak authored
-
- 05 Jan, 2020 1 commit
-
-
Baljak authored
-
- 14 Nov, 2019 1 commit
-
-
Matthew Dawkins authored
-
- 13 Aug, 2019 1 commit
-
-
Christoph Kahl authored
-
- 12 May, 2019 1 commit
-
-
Jamie Snape authored
Since the module is named FindPythonLibsNew, PythonLibsNew_FOUND should be set appropriately.
-
- 24 Oct, 2018 1 commit
-
-
Ryota Suzuki authored
-
- 11 Jan, 2018 1 commit
-
-
luz.paz authored
Found via `codespell`
-
- 23 Jul, 2017 1 commit
-
-
Dean Moldovan authored
Make sure `LibsNew` runs correctly if called after the old `Libs`.
-
- 22 Nov, 2016 1 commit
-
-
Jason Rhinelander authored
* Use LIBDIR and MULTIARCH on linux to find python library * Remove apple-specific setting; the non-windows one should work fine on OS X * Default LIBDIR/MULTIARCH to '' (to avoid getting None) * Remove trailing whitespace from FindPythonLibsNew
-
- 09 Oct, 2016 1 commit
-
-
Wenzel Jakob authored
-
- 27 Aug, 2016 1 commit
-
-
Dean Moldovan authored
Fixes #365. `sysconfig.get_config_var('SO')` already returns the correct PYTHON_MODULE_EXTENSION, even for debug builds, so there is no need to add anything else manually.
-
- 08 Aug, 2016 1 commit
-
-
Christian Ewald authored
When run on windows in a venv, PYTHON_LIBRARY pointet to a non-existant location in the virtual environment directory. This has been fixed by testing if the path exists and, if not, trying an alternative path, relative to the PYTHON_INCLUDE_DIR. If the alternative path doesn't exit as well, an error will be raised.
-
- 12 Jun, 2016 1 commit
-
-
Dean Moldovan authored
Also: - Update documented result variables - Remove long-ago-deprecated variable
-
- 22 May, 2016 1 commit
-
-
Dean Moldovan authored
-