mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-25 22:52:01 +00:00
removed forgotten message() stmt from CMakeLists.txt
This commit is contained in:
parent
6a1734af23
commit
26df852392
@ -25,7 +25,6 @@ set(PYBIND11_PYTHON_VERSION "" CACHE STRING "Python version to use for compiling
|
|||||||
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/tools")
|
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/tools")
|
||||||
set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7)
|
set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7)
|
||||||
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED)
|
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED)
|
||||||
message(${PYTHONLIBS_FOUND})
|
|
||||||
|
|
||||||
include(CheckCXXCompilerFlag)
|
include(CheckCXXCompilerFlag)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user