Skip to content

Commit 6d06a03

Browse files
committed
Regenerate updating CMakeLists.txt.
1 parent 5a6926b commit 6d06a03

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

builds/cmake/CMakeLists.txt

Lines changed: 5 additions & 2 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
# Conflict in stdlib under clang.
6467
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
6568
add_compile_options( "-Wno-mismatched-tags" )
@@ -109,7 +112,7 @@ set( boost_LDFLAGS "-L${Boost_LIBRARY_DIR}" )
109112

110113
# Find bitcoin-system
111114
#------------------------------------------------------------------------------
112-
find_package( Bitcoin-System 4.0.0 REQUIRED )
115+
find_package( Bitcoin-System 3.7.0 REQUIRED )
113116

114117
# Define project common includes directories
115118
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)