Skip to content

Commit 96ba513

Browse files
author
Yang Song
committed
Fix a typo
Fix a typo in the message.
1 parent ff16f6e commit 96ba513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
if(NOT HAVE_PYTHON)
2-
message(STATUS "Python interface is disabled or not all required dependecies found. Building without it...")
2+
message(STATUS "Python interface is disabled or not all required dependencies found. Building without it...")
33
return()
44
endif()
55

0 commit comments

Comments
 (0)