aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNaios <naios-dev@live.de>2016-03-14 15:27:33 +0100
committerNaios <naios-dev@live.de>2016-03-19 23:19:50 +0100
commitb0ac332d58cc7d7e2da4ba26efc2f3416c674784 (patch)
treeadf5cf58803efeb51650c2da754278c2cc2f6c27 /src
parentfee9bb904a5dcfc93e6ea85789b5aacc203a440a (diff)
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)
Diffstat (limited to 'src')
-rw-r--r--src/server/ipc/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
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