diff options
author | Yang Song <hjss06@users.noreply.github.com> | 2015-09-29 20:07:52 +0800 |
---|---|---|
committer | Yang Song <hjss06@users.noreply.github.com> | 2015-09-29 20:07:52 +0800 |
commit | 96ba513f54ac7bfc62c40a2481c1556c2f743120 (patch) | |
tree | fc508ac72551530f2da7f9c74e15eec5189b0cff /python | |
parent | ff16f6e43dd718921e5203f640dd57c68f01cdb3 (diff) | |
download | caffeonacl-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.txt | 2 |
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() |