From 4c9570e3ba1460a3c0bec7213c1f0d226f168d7d Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 16 Apr 2024 22:21:18 +0100 Subject: [PATCH] docs: pre commit steps description for non-Conan users added to the contributing guide --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d156d27a..34e78cdf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -70,6 +70,9 @@ it is a good practice to set the following in the `~/.conan2/global.conf`: user.mp-units.build:all=True ``` +Non-Conan users should: +- build `all` and `all_verify_interface_header_sets` CMake targets, +- run all unit tests. ### Backward Compatibility