From: Ralf Habacker Date: Tue, 12 Oct 2010 11:50:10 +0000 (+0200) Subject: Fixed reference to cmake configure options. X-Git-Tag: dbus-1.4.1~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0da9218dec9edef28a1a6ccffb62974e0a66d8d;p=thirdparty%2Fdbus.git Fixed reference to cmake configure options. --- diff --git a/cmake/readme-cmake.txt b/cmake/readme-cmake.txt index 93500737b..93fb5d4fa 100644 --- a/cmake/readme-cmake.txt +++ b/cmake/readme-cmake.txt @@ -31,24 +31,9 @@ win32-msvc 2. get dbus sources 3. mkdir dbus-build 4. cd dbus-build -5. cmake -G /cmake +5. cmake -G /cmake 6. make 7. make install - -Some build options (use -D= on command line) ------------------- - key description default value - --- ----------- ------------- -DBUS_USE_EXPAT "Use expat (== ON) or libxml2 (==OFF) OFF -DBUS_DISABLE_ASSERTS "Disable assertion checking" OFF -DBUS_BUILD_TESTS "enable unit test code" ON -DBUS_ENABLE_ANSI "enable -ansi -pedantic gcc flags" OFF -DBUS_ENABLE_GCOV "compile with coverage profiling - instrumentation (gcc only)" OFF -DBUS_ENABLE_VERBOSE_MODE "support verbose debug mode" ON -DBUS_DISABLE_CHECKS "Disable public API sanity checking" OFF -DBUS_INSTALL_SYSTEM_LIBS "install required system libraries - (mingw: libxml2, libiconv, mingw10)" OFF -CMAKE_BUILD_TYPE "build type (== debug) or (== release) release +A list of all build options could be find in the file ../README.