From e15ba3bf32c109318890db72b1fa52d39a31e1aa Mon Sep 17 00:00:00 2001 From: Simon Richter Date: Fri, 27 Jan 2017 10:20:38 +0100 Subject: [PATCH] Add missing include directory The common library uses CURL. --- common/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index e9c7e43380..549a2c86ba 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -4,6 +4,7 @@ include_directories( ./dialog_about ${CAIRO_INCLUDE_DIR} ${GLEW_INCLUDE_DIR} + ${CURL_INCLUDE_DIRS} ../3d-viewer ../pcbnew ../polygon