From b55a5c5660a37adbb416dda18ea834f07505ce9d Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Sun, 9 Oct 2016 13:51:05 +0200 Subject: [PATCH] fixed typo in cmake file --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7193b9e7..1cf5a8e6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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