Skip to content

Commit

Permalink
async_notification_BUILD_DEMO as OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
aliaksandr.anishchuk committed Aug 21, 2023
1 parent 7032f40 commit 89f41a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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})
Expand Down

0 comments on commit 89f41a5

Please sign in to comment.