We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c21459 commit 252231cCopy full SHA for 252231c
1 file changed
setup.py
@@ -115,7 +115,7 @@ def get_cmake_binary(self):
115
return os.path.abspath(which_cmake)
116
117
self.announce(f"{possible_cmake} is not accesible", level=log.INFO)
118
- raise DistutilsExecError("Cannot found suitable cmake")
+ raise DistutilsExecError("Cannot find suitable cmake")
119
else:
120
self.announce(
121
f"Using the value of {cmake_env_var_name} for CMake, which is" f"{custom_cmake}", level=log.INFO
0 commit comments