From 4d4e895878148f480f180106125ff64408fed90e Mon Sep 17 00:00:00 2001 From: Mikko Juola Date: Mon, 16 Aug 2010 10:45:17 +0300 Subject: [PATCH] Modify root CMakeLists.txt some more to behave as submodule. --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ff96265da..fa62f5cbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,11 +9,6 @@ SET ( DFHACK_VERSION "0.4.1.0-dev" ) # the root where this particular CMakeLists.txt file sits. SET(CMAKE_SOURCE_DIR ${PROJECT_SOURCE_DIR}) -# Reset compiler flags. -# (Dfterm2 uses -D_UNICODE but dfhack doesn't compile with it, -# breaking dfhack when used as a submodule) -SET(COMPILE_DEFINITIONS "") - # disable warning, autosearch if(COMMAND cmake_policy) cmake_policy(SET CMP0003 NEW)