mirror of https://github.com/PCSX2/pcsx2.git
Remove unneeded comments
This commit is contained in:
parent
82dfed1512
commit
1290d0b1a3
|
@ -33,16 +33,9 @@ find_package(wxWidgets COMPONENTS base core adv)
|
||||||
find_package(ZLIB)
|
find_package(ZLIB)
|
||||||
|
|
||||||
## Use pcsx2 package to find module
|
## Use pcsx2 package to find module
|
||||||
#include(FindAio)
|
|
||||||
## Include cg because of zzogl-cg and zerogs
|
|
||||||
#if(NOT GLSL_API)
|
|
||||||
include(FindCg)
|
include(FindCg)
|
||||||
#include(FindEGL)
|
|
||||||
#include(FindGLES2)
|
|
||||||
include(FindGlew)
|
include(FindGlew)
|
||||||
include(FindLibc)
|
include(FindLibc)
|
||||||
#include(FindPortAudio)
|
|
||||||
#include(FindSoundTouch)
|
|
||||||
|
|
||||||
## Use CheckLib package to find module
|
## Use CheckLib package to find module
|
||||||
include(CheckLib)
|
include(CheckLib)
|
||||||
|
|
Loading…
Reference in New Issue