mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
fixed typo in cmake file
This commit is contained in:
parent
e71ab8f455
commit
b55a5c5660
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user