From: Ralf Habacker Date: Sun, 22 May 2011 21:01:13 +0000 (+0200) Subject: Added cmake 'help-options' target to print out all available configure options X-Git-Tag: dbus-1.5.2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a0c5663ebf0b75503dfa6a60c01df07a29d3334;p=thirdparty%2Fdbus.git Added cmake 'help-options' target to print out all available configure options --- diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 27101ced1..9077a8310 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -611,3 +611,8 @@ endif(DBUS_DISABLE_CHECKS) MESSAGE(" ") INCLUDE(modules/CPackInstallConfig.cmake) + +add_custom_target(help-options + cmake -LH + WORKING_DIRECTORY ${CMAKE_BINARY_DIR} +)