From 29ac79cc47297df8a83a65899bd79e1ae421784b Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Sun, 22 May 2016 11:14:53 +0200 Subject: ipcpd: Remove install command from build This removes an install command from the build, since the protobuf header file was being installed in the source directory. --- src/ipcpd/shim-udp/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/ipcpd/shim-udp/CMakeLists.txt b/src/ipcpd/shim-udp/CMakeLists.txt index b4d9ffbd..79d7b72f 100644 --- a/src/ipcpd/shim-udp/CMakeLists.txt +++ b/src/ipcpd/shim-udp/CMakeLists.txt @@ -69,8 +69,6 @@ set(SHIM_UDP_SOURCES # Add source files here ${CMAKE_CURRENT_SOURCE_DIR}/main.c) -install(FILES ${SHIM_UDP_PROTO_HDRS} DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}) - add_executable (ipcpd-shim-udp ${SHIM_UDP_SOURCES} ${IPCP_SOURCES} ${SHIM_UDP_PROTO_SRCS} "${CMAKE_CURRENT_BINARY_DIR}/shim_udp_config.h") target_link_libraries (ipcpd-shim-udp LINK_PUBLIC ouroboros -- cgit v1.2.3