From ac4599dc5e18b422ac69228df3f9d9a370161a28 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 28 Feb 2020 08:57:59 -0600 Subject: [PATCH] fixed typo --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 129f0ff00c23..335b000ca159 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ if(USE_R35) endif(USE_R35) if(BUILD_FOR_R) - ADD_DEFINITIONS(-DLGB_BUILD_R) + ADD_DEFINITIONS(-DLGB_R_BUILD) endif(BUILD_FOR_R) if(USE_TIMETAG)