From: Michael Schroeder Date: Fri, 22 May 2015 13:44:51 +0000 (+0200) Subject: Make MULTI_SEMANTICS more prominent X-Git-Tag: 0.6.11~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d815d6f8bced9e33920fd98795bfb5b3bbca2675;p=thirdparty%2Flibsolv.git Make MULTI_SEMANTICS more prominent --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 53721d32..45422af4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,8 @@ OPTION (ENABLE_CUDFREPO "Build with cudf repository support?" OFF) OPTION (ENABLE_HAIKU "Build with Haiku package support?" OFF) OPTION (ENABLE_APPDATA "Build with AppStream appdata support?" OFF) +OPTION (MULTI_SEMANTICS "Build with support for multiple distribution types?" OFF) + OPTION (ENABLE_LZMA_COMPRESSION "Build with lzma/xz compression support?" OFF) OPTION (ENABLE_BZIP2_COMPRESSION "Build with bzip2 compression support?" OFF)