From cfa8d77231f6744dbe70cc0223fe39093c9f262d Mon Sep 17 00:00:00 2001 From: tizzybec <tizzybec@outlook.com> Date: 周三, 12 6月 2019 11:40:30 +0800 Subject: [PATCH] rename LOG_ENABLED to LOG_DISABLED --- src/build_properties.h.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/build_properties.h.in b/src/build_properties.h.in index fcd760a..240ff99 100644 --- a/src/build_properties.h.in +++ b/src/build_properties.h.in @@ -7,6 +7,6 @@ #define PROJECT_SRC_DIR "@CMAKE_CURRENT_LIST_DIR@" #define PROJECT_BASE_DIR "@CMAKE_SOURCE_DIR@" #define PROJECT_TEST_SRC_DIR "@CMAKE_SOURCE_DIR@/test" -#define PROJECT_TEST_TEMP_DIR "@CMAKE_BINARY_DIR@/Testing/Temporary" +#define PROJECT_TEST_TEMP_DIR "Testing/Temporary" #define BUILD_TYPE "@CMAKE_BUILD_TYPE@" -#endif \ No newline at end of file +#endif -- Gitblit v1.9.1