mirror of https://github.com/PCSX2/pcsx2.git
cmake: disable gsdx compilation. I need to port sdl first.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4360 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
2223b97fa1
commit
3020a37f2c
|
@ -118,6 +118,8 @@ else(OPENGL_FOUND AND X11_FOUND)
|
|||
message(STATUS "Skip build of GSdx: miss some dependencies")
|
||||
message(STATUS "${msg_dep_gsdx}")
|
||||
endif(OPENGL_FOUND AND X11_FOUND)
|
||||
# FIXME: for the moment disable gsdx. I will enable it when sdl is supported on cmake
|
||||
set(GSdx FALSE)
|
||||
#---------------------------------------
|
||||
|
||||
#---------------------------------------
|
||||
|
|
Loading…
Reference in New Issue