From 62ce2cc123fb0a50ec3471664f235823b89979fb Mon Sep 17 00:00:00 2001 From: scrawl Date: Sat, 30 May 2015 20:44:19 +0200 Subject: [PATCH] Minor cleanup --- CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87c3fabd4..3c3cd9f6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -133,16 +133,10 @@ endif() # Platform specific if (WIN32) set(Boost_USE_STATIC_LIBS ON) - set(PLATFORM_INCLUDE_DIR "platform") add_definitions(-DBOOST_ALL_NO_LIB) # Suppress WinMain(), provided by SDL add_definitions(-DSDL_MAIN_HANDLED) -else (WIN32) - set(PLATFORM_INCLUDE_DIR "") -endif (WIN32) -if (MSVC10) - set(PLATFORM_INCLUDE_DIR "") endif() # Dependencies