Убран файл из установки

This commit is contained in:
Andrei Astafev 2020-03-30 12:01:26 +03:00
parent b2c786edeb
commit 97554275b2

View File

@ -40,8 +40,7 @@ install(TARGETS ${current_target}_static ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB
if(BUILD_SHARED_LIBS) if(BUILD_SHARED_LIBS)
install(TARGETS ${current_target}_shared LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}) install(TARGETS ${current_target}_shared LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
endif() endif()
install(FILES ${CMAKE_BINARY_DIR}/include/cmlib_config.hpp install(FILES ${CMAKE_BINARY_DIR}/include/config_flags.hpp
${CMAKE_BINARY_DIR}/include/config_flags.hpp
${current_target_headers} ${current_target_headers}
COMPONENT headers COMPONENT headers
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${current_target}) DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/${current_target})