From 2cf49a8db4d67ae17bbd5c89545acbf1cfe9411b Mon Sep 17 00:00:00 2001 From: Brendan LE GLAUNEC Date: Fri, 3 Jun 2016 08:49:55 +0200 Subject: [PATCH] Update CMakeLists.txt --- deps/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt index 9c4c276..26f1905 100644 --- a/deps/CMakeLists.txt +++ b/deps/CMakeLists.txt @@ -17,6 +17,7 @@ cmake_minimum_required (VERSION 2.8.1) # Lib subdirectory include (jsoncpp) +include (boost) include (mysql_connector) set_directory_properties(PROPERTIES CLEAN_NO_CUSTOM ON)