Skip to content

Commit

Permalink
fix if
Browse files Browse the repository at this point in the history
  • Loading branch information
lasote committed Jul 20, 2022
1 parent e733137 commit 183d0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conan/tools/cmake/cmakedeps/templates/target_data.py
Expand Up @@ -26,7 +26,7 @@ def filename(self):
@property
def context(self):
global_cpp = self._get_global_cpp_cmake()
if global_cpp and not self.build_modules_activated:
if not self.build_modules_activated:
global_cpp.build_modules_paths = ""

components = self._get_required_components_cpp()
Expand Down

0 comments on commit 183d0ab

Please sign in to comment.