fixed typo in cmake file

This commit is contained in:
Wenzel Jakob 2016-10-09 13:51:05 +02:00
parent e71ab8f455
commit b55a5c5660
1 changed files with 1 additions and 1 deletions

View File

@ -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)")
endif()
set(PYBIND11_PYTEST_FOUND TRUE CACHE INTERAL "")
set(PYBIND11_PYTEST_FOUND TRUE CACHE INTERNAL "")
endif()
# A single command to compile and run the tests