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

This commit is contained in:
Ralf Habacker 2011-05-22 23:01:13 +02:00
parent fb909f7e0e
commit 5a0c5663eb

View file

@ -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}
)