mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
Stop conan package from installing Catch's helpers
This commit is contained in:
parent
ed582bde4d
commit
3743295ca8
@ -21,6 +21,7 @@ class CatchConan(ConanFile):
|
||||
cmake = CMake(self)
|
||||
cmake.definitions["BUILD_TESTING"] = "OFF"
|
||||
cmake.definitions["CATCH_INSTALL_DOCS"] = "OFF"
|
||||
cmake.definitions["CATCH_INSTALL_HELPERS"] = "OFF"
|
||||
cmake.configure()
|
||||
cmake.install()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user