commit | 3743295ca89d52acd65b71ea3ab09d563bdd4aff | [log] [tgz] |
---|---|---|
author | Martin Hořeňovský <martin.horenovsky@gmail.com> | Sat Jun 23 19:03:39 2018 +0200 |
committer | Martin Hořeňovský <martin.horenovsky@gmail.com> | Sun Jun 24 12:32:22 2018 +0200 |
tree | 74a4d4e04096c6d17f53ec7a227f44bc93e2a558 | |
parent | ed582bde4da06bb38fa5cd406a31c7d1c76c2a39 [diff] [blame] |
Stop conan package from installing Catch's helpers
diff --git a/conanfile.py b/conanfile.py index b055840..ea9b9a1 100644 --- a/conanfile.py +++ b/conanfile.py
@@ -21,6 +21,7 @@ cmake = CMake(self) cmake.definitions["BUILD_TESTING"] = "OFF" cmake.definitions["CATCH_INSTALL_DOCS"] = "OFF" + cmake.definitions["CATCH_INSTALL_HELPERS"] = "OFF" cmake.configure() cmake.install()