mirror of https://github.com/PCSX2/pcsx2.git
[cmake]
* Fix again a stupid things... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3272 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
fddc5afe38
commit
f3ae10f5c3
|
@ -28,10 +28,10 @@ endif(NOT FORCE_INTERNAL_ZLIB)
|
|||
include(FindA52)
|
||||
include(FindCg)
|
||||
include(FindGlew)
|
||||
include(FindPortAudio)
|
||||
if(NOT FORCE_INTERNAL_SOUNDTOUCH)
|
||||
include(FindPortAudio)
|
||||
include(FindSoundTouch)
|
||||
endif(NOT FORCE_INTERNAL_SOUNDTOUCH)
|
||||
include(FindSoundTouch)
|
||||
include(FindSparseHash)
|
||||
|
||||
# Note for include_directory: The order is important to avoid a mess between include file from your system and the one of pcsx2
|
||||
|
|
Loading…
Reference in New Issue