From 11e0deef31a0361430d3d68f6f90e5c40a956d71 Mon Sep 17 00:00:00 2001 From: redfish Date: Fri, 20 Oct 2017 22:07:34 -0400 Subject: cmake: add dep of version lib on version.cpp Also, move cmake source files into cmake/ to keep them together. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3eddfca0e..56de5e19a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -698,8 +698,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang" AND ARCH_WIDTH EQUAL "32" AND NOT IOS) list(APPEND EXTRA_LIBRARIES ${ATOMIC}) endif() -include(version.cmake) - find_path(ZMQ_INCLUDE_PATH zmq.hpp) find_library(ZMQ_LIB zmq) find_library(SODIUM_LIBRARY sodium) -- cgit v1.2.3