mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-27 06:22:06 +00:00
Add getopt support to CMake summary
This commit is contained in:
parent
032700f4e1
commit
58ccd6d53e
1 changed files with 6 additions and 0 deletions
|
@ -171,6 +171,12 @@ else ( SYSTEMD_SUPPORT )
|
|||
set ( MISC_REPORT "${MISC_REPORT} systemd: no\n" )
|
||||
endif ( SYSTEMD_SUPPORT )
|
||||
|
||||
if ( HAVE_GETOPT_H )
|
||||
set ( MISC_REPORT "${MISC_REPORT} getopt: yes\n" )
|
||||
else ( HAVE_GETOPT_H )
|
||||
set ( MISC_REPORT "${MISC_REPORT} getopt: no\n" )
|
||||
endif ( HAVE_GETOPT_H )
|
||||
|
||||
|
||||
set ( DEVEL_REPORT "\nDeveloper nerds info:\n" )
|
||||
|
||||
|
|
Loading…
Reference in a new issue