From 89f41a52c493c36d0ea24a71110fe3425aa319d1 Mon Sep 17 00:00:00 2001 From: "aliaksandr.anishchuk" Date: Mon, 21 Aug 2023 15:01:38 +0300 Subject: [PATCH] async_notification_BUILD_DEMO as OFF --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4de6133..ade7b38 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ include(GNUInstallDirs) set(ASYNC_NOTIFICATION_BASE_ALIAS ${PROJECT_NAME} CACHE INTERNAL "Base targets alias" FORCE) set(ASYNC_NOTIFICATION_CXX_STANDART 17 CACHE INTERNAL "Project c++ standart version" FORCE) -option(async_notification_BUILD_DEMO "Enable build demo target" ON) +option(async_notification_BUILD_DEMO "Enable build demo target" OFF) add_library(${PROJECT_NAME} INTERFACE) add_library(${ASYNC_NOTIFICATION_BASE_ALIAS}::${PROJECT_NAME} ALIAS ${PROJECT_NAME})