]> granicus.if.org Git - curl/commit
cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS
authorPeter Wu <peter@lekensteyn.nl>
Tue, 14 Oct 2014 09:38:15 +0000 (11:38 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 20 Oct 2014 15:03:58 +0000 (17:03 +0200)
commit2a2bb78cce875b803c117719defd80bcba5779e0
tree27207cf5734a5a2262a2be713260a7ff05952a5a
parent18b82345dc16f94db6b70ce09d5d5539becd5ac5
cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS

For compatibility with autoconf, it will be used later for curl-config
and pkg-config. Not all features and or protocols can be enabled as
these are missing additional checks (see new TODOs).

SUPPORT_PROTOCOLS is partially scripted (grep for SUPPORT_PROTOCOLS=)
and manually verified/modified. SUPPORT_FEATURES is manually added.

Signed-off-by: Peter Wu <peter@lekensteyn.nl>
CMakeLists.txt