Commit b55a5c56 by Wenzel Jakob

fixed typo in cmake file

parent e71ab8f4
...@@ -87,7 +87,7 @@ if(NOT PYBIND11_PYTEST_FOUND) ...@@ -87,7 +87,7 @@ if(NOT PYBIND11_PYTEST_FOUND)
message(FATAL_ERROR "Running the tests requires pytest. Please install it manually (try: ${PYTHON_EXECUTABLE} -m pip install pytest)") message(FATAL_ERROR "Running the tests requires pytest. Please install it manually (try: ${PYTHON_EXECUTABLE} -m pip install pytest)")
endif() endif()
set(PYBIND11_PYTEST_FOUND TRUE CACHE INTERAL "") set(PYBIND11_PYTEST_FOUND TRUE CACHE INTERNAL "")
endif() endif()
# A single command to compile and run the tests # A single command to compile and run the tests
......
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