CLRun is now used everywhere but OS X.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6532 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Soren Jorvang
2010-12-05 16:57:32 +00:00
parent 4934cd29b3
commit c2f84fdccb
3 changed files with 8 additions and 9 deletions

View File

@ -323,7 +323,6 @@ endif(NOT GLEW_FOUND)
if(NOT (${CMAKE_SYSTEM_NAME} MATCHES "Darwin"))
include_directories(Externals/CLRun/include)
add_subdirectory(Externals/CLRun)
add_definitions(-DUSE_CLRUN)
endif()
option(DISABLE_WX "Disable wxWidgets (use CLI interface)" OFF)