From 564b3a624aa2357e793091241d8544dd98dbee8f Mon Sep 17 00:00:00 2001 From: Martchus Date: Thu, 8 Feb 2018 22:55:33 +0100 Subject: [PATCH] Remove pistache from bookmarksync --- bookmarksync/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/bookmarksync/CMakeLists.txt b/bookmarksync/CMakeLists.txt index fb4cdf9..2217e77 100644 --- a/bookmarksync/CMakeLists.txt +++ b/bookmarksync/CMakeLists.txt @@ -19,7 +19,4 @@ add_subdirectory(${SUBDIRS_PREFIX}/reflective-rapidjson reflective-rapidjson) list(APPEND CMAKE_MODULE_PATH ${REFLECTIVE_RAPIDJSON_SOURCE_DIR}/cmake/modules) link_directories(${REFLECTIVE_RAPIDJSON_BINARY_DIR}) -add_subdirectory(${SUBDIRS_PREFIX}/3rdparty/pistache pistache) -link_directories("${CMAKE_BINRARY_DIR}/pistache") - add_subdirectory(${SUBDIRS_PREFIX}/bookmarksync bookmarksync)