From 96ba513f54ac7bfc62c40a2481c1556c2f743120 Mon Sep 17 00:00:00 2001 From: Yang Song Date: Tue, 29 Sep 2015 20:07:52 +0800 Subject: [PATCH] Fix a typo Fix a typo in the message. --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 0e2bc7e..a226414 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() -- 2.7.4