Skip to content

Commit

Permalink
set BUILD_SHARED_LIBS to off
Browse files Browse the repository at this point in the history
  • Loading branch information
baderouaich committed Sep 29, 2023
1 parent 98b0156 commit 59d4b8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ project(tgbotxx VERSION "1.0.6.9" DESCRIPTION "Telegram Bot C++ Library" LANGUAG
################# Options ###########################
option(ENABLE_TESTS "Enable/Disable building of tests" OFF)
option(BUILD_DOCS "Build doxygen API documentation" OFF)
option(BUILD_SHARED_LIBS "Build tgbotxx as a shared/static library." OFF)
#####################################################


Expand Down Expand Up @@ -58,4 +59,4 @@ if (ON)#ENABLE_TESTS)
enable_testing()
add_subdirectory(${CMAKE_SOURCE_DIR}/tests)
endif()
####################
####################

0 comments on commit 59d4b8d

Please sign in to comment.