"example/example-numpy-dtypes.py" did not exist on "80a3785a66a61d4aaa3543a450ef249fbec33d5a"
Commit 26df8523 authored by Wenzel Jakob's avatar Wenzel Jakob
Browse files

removed forgotten message() stmt from CMakeLists.txt

parent 6a1734af
......@@ -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")
set(Python_ADDITIONAL_VERSIONS 3.4 3.5 3.6 3.7)
find_package(PythonLibsNew ${PYBIND11_PYTHON_VERSION} REQUIRED)
message(${PYTHONLIBS_FOUND})
include(CheckCXXCompilerFlag)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment