X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=CMakeLists.txt;h=7d0e79018d9dac03da0209c44e157a75b3457f4f;hb=0d4ddd057d392e0c5fe89edd0ec24cc1356b8c7e;hp=fd7410cbb7da49b1f6c85fb87b5d133f36dcebf4;hpb=d86ff40bf0a5c801f789611b94c8378aac0a7149;p=novacoin.git diff --git a/CMakeLists.txt b/CMakeLists.txt index fd7410c..7d0e790 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -237,7 +237,7 @@ if (NOT BDB_FOUND) message(FATAL_ERROR "Unable to find ${BerkeleyDB_LIB_name} library in ${BerkeleyDB_LIBS} directory. Try to specify either library path via BerkeleyDB_LIBS or berkeley db root path via BerkeleyDB_ROOT variable. You can also use BerkeleyDB_LIB_name variable to provide alternative file name search for.") endif() -list(APPEND ALL_DEFINITIONS QT_GUI USE_QRCODE USE_IPV6 BOOST_SPIRIT_THREADSAFE) +list(APPEND ALL_DEFINITIONS QT_GUI USE_IPV6 BOOST_SPIRIT_THREADSAFE) # Disable useless targets option(LEVELDB_BUILD_TESTS "Build LevelDB's unit tests" OFF)