File tree Expand file tree Collapse file tree 3 files changed +1
-204
lines changed Expand file tree Collapse file tree 3 files changed +1
-204
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ if (PYBIND11_INSTALL)
137
137
set (CMAKE_SIZEOF_VOID_P ${_PYBIND11_CMAKE_SIZEOF_VOID_P} )
138
138
install (FILES ${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME}Config.cmake
139
139
${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME}ConfigVersion.cmake
140
- tools/FindPythonLibsNew.cmake
141
140
tools/pybind11Tools.cmake
142
141
DESTINATION ${PYBIND11_CMAKECONFIG_INSTALL_DIR} )
143
142
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(NOT PYBIND11_PYTHON_VERSION)
13
13
endif ()
14
14
15
15
set (Python_ADDITIONAL_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 )
16
- find_package (PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED )
16
+ find_package (PythonLibs ${PYBIND11_PYTHON_VERSION} REQUIRED )
17
17
18
18
include (CheckCXXCompilerFlag )
19
19
include (CMakeParseArguments )
You can’t perform that action at this time.
0 commit comments