You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2015/10/13 12:22:07 UTC

[39/50] [abbrv] celix git commit: CELIX-237: Added curl include path

CELIX-237: Added curl include path


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/5262482b
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/5262482b
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/5262482b

Branch: refs/heads/develop
Commit: 5262482b5d14367d3cd6858f56bc3566eae632bb
Parents: e4d3ea6
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Tue Sep 22 21:03:37 2015 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Tue Sep 22 21:03:37 2015 +0200

----------------------------------------------------------------------
 framework/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/5262482b/framework/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/framework/CMakeLists.txt b/framework/CMakeLists.txt
index a69187a..f27abcb 100644
--- a/framework/CMakeLists.txt
+++ b/framework/CMakeLists.txt
@@ -39,6 +39,7 @@ if (FRAMEWORK)
     
     add_definitions(-DUSE_FILE32API)
     include_directories(${ZLIB_INCLUDE_DIR})
+    include_directories(${CURL_INCLUDE_DIR})
     include_directories(${UUID_INCLUDE_DIR})
     include_directories("private/include")
     include_directories("public/include")