Skip to content

Commit

Permalink
Stop conan package from installing Catch's helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Jun 24, 2018
1 parent ed582bd commit 3743295
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Expand Up @@ -21,6 +21,7 @@ def package(self):
cmake = CMake(self)
cmake.definitions["BUILD_TESTING"] = "OFF"
cmake.definitions["CATCH_INSTALL_DOCS"] = "OFF"
cmake.definitions["CATCH_INSTALL_HELPERS"] = "OFF"
cmake.configure()
cmake.install()

Expand Down

0 comments on commit 3743295

Please sign in to comment.