cmake: Remove unused dependency logs.

This commit is contained in:
lightningterror 2021-03-09 16:15:58 +01:00
parent 880b93246c
commit 7d875076e2
2 changed files with 1 additions and 4 deletions

View File

@ -238,7 +238,7 @@ for ARG in "$@"; do
echo
echo "** Distribution Compatibilities **"
echo "--sdl12 : Build with SDL1.2 (requires if wx is linked against SDL1.2)"
echo "--no-portaudio : Skip portaudio for spu2x."
echo "--no-portaudio : Skip portaudio for SPU2."
echo "--use-system-yaml : Use the system version of yaml-cpp, if available."
echo
echo "** Expert Developer option **"

View File

@ -4,9 +4,6 @@
set(msg_dep_common_libs "check these libraries -> wxWidgets (>=3.0), aio")
set(msg_dep_pcsx2 "check these libraries -> wxWidgets (>=3.0), gtk2, zlib (>=1.2.4), pcsx2 common libs")
set(msg_dep_gsdx "check these libraries -> opengl, png (>=1.2), zlib (>=1.2.4), X11, liblzma")
set(msg_dep_onepad "check these libraries -> sdl2, X11, gtk2")
set(msg_dep_spu2x "check these libraries -> soundtouch (>=1.5), alsa, portaudio (optional, >=1.9), sdl (>=1.2), pcsx2 common libs")
set(msg_dep_dev "check these libraries -> gtk2, pcap, libxml2")
macro(print_dep str dep)
if (PACKAGE_MODE)