mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-06-02 01:51:41 +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" )
|
set ( MISC_REPORT "${MISC_REPORT} systemd: no\n" )
|
||||||
endif ( SYSTEMD_SUPPORT )
|
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" )
|
set ( DEVEL_REPORT "\nDeveloper nerds info:\n" )
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue