]> granicus.if.org Git - curl/commit
cmake: fix build on Ubuntu 14.04
authorAkhil Kedia <akhil.kedia@samsung.com>
Mon, 22 May 2017 08:34:45 +0000 (17:34 +0900)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 23 May 2017 08:07:08 +0000 (10:07 +0200)
commitb4d6b994454890269e79b439ac5d1492a626e9a6
tree7524a93d888c718d14294e36653d4ddf1f864a29
parenta1b3a95c96adb9624358c26976c5d22adeaab6ed
cmake: fix build on Ubuntu 14.04

Fixed a syntax error with setting cache variables (The type and
docstring were missing), resulting in build errors.  Quoted the
CURL_CA_PATH and CURL_CA_BUNDLE otherwise the path was written without
quotes in C code, resulting in build errors.

Closes #1503

Signed-off-by: Akhil <akhil.kedia@samsung.com>
CMakeLists.txt
lib/curl_config.h.cmake