Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Fix a typo in the message.
  • Loading branch information
Yang Song committed Sep 29, 2015
1 parent ff16f6e commit 96ba513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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()

Expand Down

0 comments on commit 96ba513

Please sign in to comment.