dilyanpalauzov created an issue (kamailio/kamailio#4317)

In the 6.0 branch the FLAVOUR option allows in cmake-gui (ccmake) setting kamailio as only option. As it is no-op, it should not be displayed in cmake-gui.

The option MODULE_GROUP_NAME is documented as „Group of modules to build (one or multiple space seperated group)“. In cmake-gui it allows with enter to toggle between several values: DEFAULT, STANDARD, COMMON, KSTANDARD, KMINI, KPCRE, KMYSQL, KPOSTGRES, …. Using ccmake it is not possible to to set multiple values. The help string should mention all possible values. It should be plural: groups.

The options in ccmake-gui XSLT_VALIDATE, and XSLT_VERBOSE, have a comma in their names too much.

The option CMAKE_BUILD_TYPE allows in Kamailio toggling between four possible values: Debug, Release, MinSizeRel and RelWithDebInfo. ClamAV adds one more value for cmake-gui: None. This toggling is not yet available in the build system of cmake (when building cmake using cmake) - https://gitlab.kitware.com/cmake/cmake/-/issues/26434 . Is it reasonable to have for CMAKE_BUILD_TYPE also None as permitted value? I do not know the answer, that is why I am raising this question.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/4317@github.com>