From dd04bab521bcb2edf549e8079a9f3e9ba830fa79 Mon Sep 17 00:00:00 2001 From: Eric Frias Date: Wed, 2 Sep 2015 09:48:17 -0400 Subject: [PATCH] Fix compile errors, win32 and otherwise --- libraries/chain/CMakeLists.txt | 2 +- libraries/fc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/chain/CMakeLists.txt b/libraries/chain/CMakeLists.txt index 33ae255b..199bf104 100644 --- a/libraries/chain/CMakeLists.txt +++ b/libraries/chain/CMakeLists.txt @@ -76,7 +76,7 @@ target_include_directories( graphene_chain PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include" ) if(MSVC) - set_source_files_properties( db_init.cpp db_block.cpp database.cpp PROPERTIES COMPILE_FLAGS "/bigobj" ) + set_source_files_properties( db_init.cpp db_block.cpp database.cpp block_database.cpp PROPERTIES COMPILE_FLAGS "/bigobj" ) endif(MSVC) INSTALL( TARGETS diff --git a/libraries/fc b/libraries/fc index 71be796a..80d967a7 160000 --- a/libraries/fc +++ b/libraries/fc @@ -1 +1 @@ -Subproject commit 71be796af50c407281a40e61e4199a87e0a19314 +Subproject commit 80d967a70d21d26d27ef3a1544a177925b2a7bbe