Skip to content

Commit

Permalink
pattern fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErniGH committed Nov 19, 2024
1 parent f0a5ff5 commit 944d6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/fastpfor/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def validate(self):
def _patch_sources(self):
# Let Conan set the C++ standard
replace_in_file(self, os.path.join(self.source_folder, "CMakeLists.txt"),
"set(CMAKE_CXX_STANDARD 11)", "")
"set (CMAKE_CXX_STANDARD 11)", "")

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)
Expand Down

0 comments on commit 944d6de

Please sign in to comment.