From 88b945b907eee025e33b259c95a61c7fe5d213c0 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Wed, 12 Aug 2015 19:59:52 +0300 Subject: Make the samples independent of the library's CMakeLists --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d48f810..a31acc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,6 @@ project(TgBot) ### options option(ENABLE_TESTS "Set to ON to enable building of tests" OFF) -option(ENABLE_SAMPLES "Set to ON to enable building of samples" OFF) ### sources set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") @@ -50,9 +49,3 @@ if (ENABLE_TESTS) enable_testing() add_subdirectory(test) endif() - -### samples -if (ENABLE_SAMPLES) - message(STATUS "Building of sambles is enabled") - add_subdirectory(samples) -endif() -- cgit v1.2.3