From 5ccfd858d10baed82b8fa67422f48563291f43cf Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 3 Oct 2016 23:23:39 +0200 Subject: [PATCH] removed examples from cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e76b6fa..f271bd3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ install(FILES amqpcpp.h DESTINATION include) option(BUILD_TUTORIALS "build rabbitmq tutorials" OFF) if(BUILD_TUTORIALS) - add_subdirectory(examples/rabbitmq_tutorials) +# add_subdirectory(examples/rabbitmq_tutorials) endif() set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})