We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00be281 commit e7813a8Copy full SHA for e7813a8
2 files changed
cmake/common.cmake
@@ -51,6 +51,7 @@ function(add_test_bin name)
51
enable_coverage(${name})
52
target_link_libraries(${name} PRIVATE ${LINK_LIBCXX} ccfcrypto.host)
53
add_san(${name})
54
+ target_compile_definitions(${name} PRIVATE CCF_LOGGER_NO_DEPRECATE)
55
endfunction()
56
57
# Helper for building clients inheriting from perf_client
src/http/test/curl_test.cpp
@@ -1,8 +1,6 @@
1
// Copyright (c) Microsoft Corporation. All rights reserved.
2
// Licensed under the Apache 2.0 License.
3
4
-#define CCF_LOGGER_NO_DEPRECATE
5
-
6
#include "ccf/ds/json.h"
7
#include "ccf/ds/logger.h"
8
#include "curl/curl.h"
0 commit comments