From 064905bec378c6e9e5dec2b950c610dcfab9bb64 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 16 May 2011 16:32:34 +0000 Subject: [PATCH] [CMAKE] * Fix the typo, fix the build. svn path=/trunk/; revision=51792 --- reactos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/CMakeLists.txt b/reactos/CMakeLists.txt index b65cdc759d9..07af3c2b416 100644 --- a/reactos/CMakeLists.txt +++ b/reactos/CMakeLists.txt @@ -37,7 +37,7 @@ elseif(ARCH MATCHES arm) include(config-arm.cmake) endif() -add_definitions(-D__REACTOS__ __ROS_CMAKE__) +add_definitions(-D__REACTOS__ -D__ROS_CMAKE__) if(NOT CMAKE_CROSSCOMPILING)