From 2b3ed07bca8c6e1afb2716a7dc933b8ba1bf3c6c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 9 Aug 2024 09:14:12 +0100 Subject: [PATCH] [Fix] Do not install doctest stuff Reported by: @moisseev --- contrib/doctest/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5