summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 0e2bc7e6..a2264140 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -1,5 +1,5 @@
if(NOT HAVE_PYTHON)
- message(STATUS "Python interface is disabled or not all required dependecies found. Building without it...")
+ message(STATUS "Python interface is disabled or not all required dependencies found. Building without it...")
return()
endif()