From 82b2a8b619bb4efc3d7db87014c7334544cad168 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 2 Nov 2017 19:01:55 +0000 Subject: [PATCH] Remove obsolete libloadorder preprocessor definition --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd4a122c..77aea209 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -298,7 +298,7 @@ include_directories ("${CMAKE_SOURCE_DIR}/src" # Settings when compiling for Windows. IF (CMAKE_SYSTEM_NAME MATCHES "Windows") - add_definitions (-DUNICODE -D_UNICODE -DLIBLO_STATIC) + add_definitions (-DUNICODE -D_UNICODE) ENDIF () IF (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")