Skip to content

Commit 5a38c8c

Browse files
committed
Regenerate updating CMakeLists.txt.
1 parent 3670e4a commit 5a38c8c

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

builds/cmake/CMakeLists.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ else ()
3030
set( libdir "\${exec_prefix}/lib" )
3131
set( includedir "\${exec_prefix}/include" )
3232

33-
set( PACKAGE_VERSION "4.0.0" )
33+
set( PACKAGE_VERSION "3.7.0" )
3434
set( VERSION "${PACKAGE_VERSION}" )
3535
endif ()
3636

@@ -60,6 +60,9 @@ add_compile_options( "-Wno-missing-braces" )
6060
# Ignore comments within comments or commenting of backslash extended lines.
6161
add_compile_options( "-Wno-comment" )
6262

63+
# Suppress warning for copy of implicitly generated copy constructor.
64+
add_compile_options( "-Wno-deprecated-copy" )
65+
6366
# Allow use of C99 'long long' type.
6467
add_compile_options( "-Wno-long-long" )
6568

@@ -423,11 +426,6 @@ add_library( ${CANONICAL_LIB_NAME}
423426
"../../src/wallet/ek_token.cpp"
424427
"../../src/wallet/electrum.cpp"
425428
"../../src/wallet/electrum_dictionary.cpp"
426-
"../../src/wallet/electrum_dictionary_en.cpp"
427-
"../../src/wallet/electrum_dictionary_es.cpp"
428-
"../../src/wallet/electrum_dictionary_ja.cpp"
429-
"../../src/wallet/electrum_dictionary_pt.cpp"
430-
"../../src/wallet/electrum_dictionary_zh_Hans.cpp"
431429
"../../src/wallet/encrypted_keys.cpp"
432430
"../../src/wallet/hd_private.cpp"
433431
"../../src/wallet/hd_public.cpp"

0 commit comments

Comments
 (0)