aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_project/cmake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/create_project/cmake.cpp')
-rw-r--r--devtools/create_project/cmake.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/devtools/create_project/cmake.cpp b/devtools/create_project/cmake.cpp
index dfa54875be..9be76f9fe8 100644
--- a/devtools/create_project/cmake.cpp
+++ b/devtools/create_project/cmake.cpp
@@ -242,10 +242,6 @@ void CMakeProvider::writeDefines(const BuildSetup &setup, std::ofstream &output)
output << " add_definitions(-DPOSIX)\n";
output << "endif()\n";
- output << "if (CMAKE_SIZEOF_VOID_P MATCHES 8)\n";
- output << " add_definitions(-DSCUMM_64BITS)\n";
- output << "endif()\n";
-
output << "add_definitions(-DSDL_BACKEND)\n\n";
}