File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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} " )
3535endif ()
3636
@@ -60,6 +60,9 @@ add_compile_options( "-Wno-missing-braces" )
6060# Ignore comments within comments or commenting of backslash extended lines.
6161add_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.
6467if ("${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#------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments