summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorYang Song <hjss06@users.noreply.github.com>2015-09-29 20:07:52 +0800
committerYang Song <hjss06@users.noreply.github.com>2015-09-29 20:07:52 +0800
commit96ba513f54ac7bfc62c40a2481c1556c2f743120 (patch)
treefc508ac72551530f2da7f9c74e15eec5189b0cff /python
parentff16f6e43dd718921e5203f640dd57c68f01cdb3 (diff)
downloadcaffeonacl-96ba513f54ac7bfc62c40a2481c1556c2f743120.tar.gz
caffeonacl-96ba513f54ac7bfc62c40a2481c1556c2f743120.tar.bz2
caffeonacl-96ba513f54ac7bfc62c40a2481c1556c2f743120.zip
Fix a typo
Fix a typo in the message.
Diffstat (limited to 'python')
-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()