diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-08-09 09:14:12 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-08-09 09:14:12 +0100 |
commit | 2b3ed07bca8c6e1afb2716a7dc933b8ba1bf3c6c (patch) | |
tree | 1a99bcfa7ace3107f25f02f36e9ee9e5606e0fe7 /contrib | |
parent | 302e1471cc288d58552c7a5406e8e2f885421923 (diff) | |
download | rspamd-2b3ed07bca8c6e1afb2716a7dc933b8ba1bf3c6c.tar.gz rspamd-2b3ed07bca8c6e1afb2716a7dc933b8ba1bf3c6c.zip |
[Fix] Do not install doctest stuff
Reported by: @moisseev
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/doctest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/doctest/CMakeLists.txt b/contrib/doctest/CMakeLists.txt index 6d384fa96..c6b3f48ee 100644 --- a/contrib/doctest/CMakeLists.txt +++ b/contrib/doctest/CMakeLists.txt @@ -19,7 +19,7 @@ endif() option(DOCTEST_WITH_TESTS "Build tests/examples" ${MAIN_PROJECT}) option(DOCTEST_WITH_MAIN_IN_STATIC_LIB "Build a static lib (cmake target) with a default main entry point" ON) -option(DOCTEST_NO_INSTALL "Skip the installation process" OFF) +option(DOCTEST_NO_INSTALL "Skip the installation process" ON) option(DOCTEST_USE_STD_HEADERS "Use std headers" OFF) add_library(${PROJECT_NAME} INTERFACE) |