Skip to content

Commit

Permalink
cmake: Remove unused dependency logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
lightningterror committed Mar 9, 2021
1 parent 880b932 commit 7d87507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -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 **"
Expand Down
3 changes: 0 additions & 3 deletions cmake/SelectPcsx2Plugins.cmake
Expand Up @@ -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)
Expand Down

0 comments on commit 7d87507

Please sign in to comment.