diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-02 22:45:20 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-01-02 22:45:20 +0100 |
| commit | 7b7bca87a535462dac62e087309bf90c04495005 (patch) | |
| tree | 13da7577762553437f2a34f7e31cc9c6678f3ce8 /libbridge/CMakeLists.txt | |
| parent | b0d4215319c69dee2e3907167fa1dfbd41be3e4b (diff) | |
drop android's `log` library.
linux support
Diffstat (limited to 'libbridge/CMakeLists.txt')
| -rw-r--r-- | libbridge/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libbridge/CMakeLists.txt b/libbridge/CMakeLists.txt index e82b3d1..4729bb1 100644 --- a/libbridge/CMakeLists.txt +++ b/libbridge/CMakeLists.txt @@ -184,7 +184,7 @@ set_target_properties(cryptonote_format_utils_basic PROPERTIES IMPORTED_LOCATION # System ############# -find_library( log-lib log ) +#find_library( log-lib log ) include_directories( ${EXTERNAL_LIBS_DIR}/include ) @@ -241,6 +241,4 @@ target_link_libraries( wallet2_api_c crypto sodium - - log ) |
