← Back to team overview

kicad-developers team mailing list archive

[PATCH 1/1] 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 e9c7e4338..549a2c86b 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

Follow ups

References