removed examples from cmakelists

This commit is contained in:
Emiel Bruijntjes 2016-10-03 23:23:39 +02:00
parent 1392e2b873
commit 5ccfd858d1
1 changed files with 1 additions and 1 deletions

View File

@ -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})