diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-05 23:02:51 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2021-06-05 23:03:24 +0100 |
commit | 8fde5829cc16be8a00a57dafe17128a5365dafd4 (patch) | |
tree | 7bab60ba1ba701bf0e049e6516db2144c2130e37 /CMakeLists.txt | |
parent | Merge pull request #7647 (diff) | |
download | monero-8fde5829cc16be8a00a57dafe17128a5365dafd4.tar.xz |
build: remove duplicate comment
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a68163dd..0c8d8dffb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -460,7 +460,6 @@ add_definitions(-DAUTO_INITIALIZE_EASYLOGGINGPP) set(MONERO_GENERATED_HEADERS_DIR "${CMAKE_CURRENT_BINARY_DIR}/generated_include") include_directories(${MONERO_GENERATED_HEADERS_DIR}) -# Generate header for embedded translations # Generate header for embedded translations, use target toolchain if depends, otherwise use the # lrelease and lupdate binaries from the host include(ExternalProject) |