Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
victoria-cherkas committed Oct 27, 2023
1 parent 3cba6d6 commit 5c1642f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repos/c2sm/packages/fdb/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def cmake_args(self):
enable_build_tools = "+tools" in self.spec

args = [
self.define("CTEST_OUTPUT_ON_FAILURE", 1),
self.define("CTEST_OUTPUT_ON_FAILURE", '1'),
self.define("ENABLE_FDB_BUILD_TOOLS", enable_build_tools),
self.define("ENABLE_BUILD_TOOLS", enable_build_tools),
# We cannot disable the FDB backend in indexed filesystem with
Expand Down

0 comments on commit 5c1642f

Please sign in to comment.