Added cmake 'help-options' target to print out all available configure options

cherry-picked 5a0c5663eb
This commit is contained in:
Ralf Habacker 2011-05-22 23:01:13 +02:00
parent 37a81fc981
commit 1767840160

View file

@ -618,3 +618,8 @@ endif(DBUS_DISABLE_CHECKS)
MESSAGE(" ")
INCLUDE(modules/CPackInstallConfig.cmake)
add_custom_target(help-options
cmake -LH
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)