From b0ac332d58cc7d7e2da4ba26efc2f3416c674784 Mon Sep 17 00:00:00 2001 From: Naios Date: Mon, 14 Mar 2016 15:27:33 +0100 Subject: CMake: Provide proper interface targets from dependencies * to make use of cmakes inherited link dependencies which imports all include directories/ definitions from the link library (cherry picked from commit 1a572d242593124f986d3ed08710b96a142a6763) --- src/server/ipc/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/ipc') diff --git a/src/server/ipc/CMakeLists.txt b/src/server/ipc/CMakeLists.txt index ca29ebe61b3..2a865229af8 100644 --- a/src/server/ipc/CMakeLists.txt +++ b/src/server/ipc/CMakeLists.txt @@ -8,8 +8,6 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -find_package(ZMQ REQUIRED) - file(GLOB_RECURSE sources_ipc *.cpp *.h) set(ipc_SRCS -- cgit v1.2.3