Skip to content

Commit

Permalink
Update conanfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 4f5d0f0 commit d7b4d31
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 @@ -29,7 +29,7 @@ def build(self):
cmake.definitions["CFG_ENABLE_TEST_SUITE"] = "ON"
cmake.definitions["JEMALLOC_PREFIX"] = "je_"
cmake.definitions["CMAKE_INSTALL_PREFIX"] = f"{self.build_folder}/install"
cmake.configure()
cmake.configure(source_folder=self.source_folder)
cmake.build()
if self.options.build:
cmake.install()
Expand Down

0 comments on commit d7b4d31

Please sign in to comment.