removed examples from cmakelists
This commit is contained in:
parent
1392e2b873
commit
5ccfd858d1
|
|
@ -45,7 +45,7 @@ install(FILES amqpcpp.h DESTINATION include)
|
||||||
|
|
||||||
option(BUILD_TUTORIALS "build rabbitmq tutorials" OFF)
|
option(BUILD_TUTORIALS "build rabbitmq tutorials" OFF)
|
||||||
if(BUILD_TUTORIALS)
|
if(BUILD_TUTORIALS)
|
||||||
add_subdirectory(examples/rabbitmq_tutorials)
|
# add_subdirectory(examples/rabbitmq_tutorials)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
set(AMQP-CPP_INCLUDE_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue