mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-29 16:09:30 +00:00
Stop conan package from installing Catch's helpers
This commit is contained in:
parent
ed582bde4d
commit
3743295ca8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue