From 866e752b04a6460e4849ed6be83605942b1bda6a Mon Sep 17 00:00:00 2001 From: xantares Date: Wed, 11 Mar 2015 08:50:39 +0000 Subject: [PATCH] do not install sources --- CMakeLists.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 509a5ab0..2c263034 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -721,11 +721,11 @@ endif() # DESTINATION include # COMPONENT SDK) -if(NOT ZMQ_BUILD_FRAMEWORK) - file(GLOB private_headers "${CMAKE_CURRENT_SOURCE_DIR}/src/*.hpp") - install(FILES ${sources} ${private_headers} DESTINATION src/zmq - COMPONENT SourceCode) -endif() +#if(NOT ZMQ_BUILD_FRAMEWORK) +# file(GLOB private_headers "${CMAKE_CURRENT_SOURCE_DIR}/src/*.hpp") +# install(FILES ${sources} ${private_headers} DESTINATION src/zmq +# COMPONENT SourceCode) +#endif() foreach(readme ${readme-docs}) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/${readme} ${CMAKE_CURRENT_BINARY_DIR}/${readme}.txt)