From 85e0aac1e9165e8212648e8151a85be8750f3511 Mon Sep 17 00:00:00 2001 From: joris <joris.dauphin@gmail.com> Date: Sat, 25 Feb 2012 09:17:29 +0100 Subject: [PATCH] Remove useless dependency dxguid --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 39e8003e5..4acb93030 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -576,7 +576,7 @@ endif() if(WIN32) add_definitions(-DUSE_WIN32) set(stratagus_SRCS ${stratagus_SRCS} ${win32_SRCS}) - set(stratagus_LIBS ${stratagus_LIBS} dsound dxguid winmm ws2_32) + set(stratagus_LIBS ${stratagus_LIBS} dsound winmm ws2_32) endif() if (WIN32 AND MSVC)