Skip to content

Commit 252231c

Browse files
authored
Fix typo in error message for cmake (#82)
1 parent 0c21459 commit 252231c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def get_cmake_binary(self):
115115
return os.path.abspath(which_cmake)
116116

117117
self.announce(f"{possible_cmake} is not accesible", level=log.INFO)
118-
raise DistutilsExecError("Cannot found suitable cmake")
118+
raise DistutilsExecError("Cannot find suitable cmake")
119119
else:
120120
self.announce(
121121
f"Using the value of {cmake_env_var_name} for CMake, which is" f"{custom_cmake}", level=log.INFO

0 commit comments

Comments
 (0)