From 5a0c5663ebf0b75503dfa6a60c01df07a29d3334 Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sun, 22 May 2011 23:01:13 +0200 Subject: [PATCH] Added cmake 'help-options' target to print out all available configure options --- cmake/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 27101ce..9077a83 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} +) -- 2.7.4