Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Clueliss committed Sep 2, 2024
1 parent 0a94076 commit a33fc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def _configure_cmake(self):
if self._cmake:
return self._cmake
self._cmake = CMake(self)
self._cmake.configure(variables={"USE_CONAN": False})
self._cmake.configure()

return self._cmake

Expand Down

0 comments on commit a33fc5f

Please sign in to comment.