mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +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 = CMake(self)
|
||||||
cmake.definitions["BUILD_TESTING"] = "OFF"
|
cmake.definitions["BUILD_TESTING"] = "OFF"
|
||||||
cmake.definitions["CATCH_INSTALL_DOCS"] = "OFF"
|
cmake.definitions["CATCH_INSTALL_DOCS"] = "OFF"
|
||||||
|
cmake.definitions["CATCH_INSTALL_HELPERS"] = "OFF"
|
||||||
cmake.configure()
|
cmake.configure()
|
||||||
cmake.install()
|
cmake.install()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user