26 lines
882 B
Diff
26 lines
882 B
Diff
From 39ff86f62c62f5e0371a01e6e249eb31eec2653e Mon Sep 17 00:00:00 2001
|
|
From: Tim Stahlhut <stahta01@gmail.com>
|
|
Date: Sun, 19 May 2019 00:31:06 -0400
|
|
Subject: [PATCH] remove add_definitions
|
|
|
|
---
|
|
codelite_terminal/CMakeLists.txt | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/codelite_terminal/CMakeLists.txt b/codelite_terminal/CMakeLists.txt
|
|
index 4e894a72d..b0130ac04 100644
|
|
--- a/codelite_terminal/CMakeLists.txt
|
|
+++ b/codelite_terminal/CMakeLists.txt
|
|
@@ -40,9 +40,6 @@ endif ( UNIX )
|
|
include_directories(${CL_SRC_ROOT}/Interfaces)
|
|
include_directories(${CL_SRC_ROOT}/CodeLite)
|
|
include_directories(${CL_SRC_ROOT}/Plugin)
|
|
-add_definitions(-DWXUSINGDLL_WXSQLITE3)
|
|
-add_definitions(-DWXUSINGDLL_CL)
|
|
-add_definitions(-DWXUSINGDLL_SDK)
|
|
|
|
target_link_libraries(codelite-terminal ${LINKER_OPTIONS} ${wxWidgets_LIBRARIES} ${UTIL_LIB} libcodelite plugin)
|
|
|
|
--
|
|
2.21.0.windows.1
|