From c7d90bfddd684d38076f9c3b04c713e70e624e36 Mon Sep 17 00:00:00 2001 From: Mike Ellery Date: Tue, 6 Aug 2019 12:40:27 -0700 Subject: [PATCH] Update to current SOCI HEAD --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d18ef531..ef25bcf37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1192,7 +1192,7 @@ get_target_property (_boost_incs Boost::date_time INTERFACE_INCLUDE_DIRECTORIES) ExternalProject_Add (soci PREFIX ${nih_cache_path} GIT_REPOSITORY https://github.com/SOCI/soci.git - GIT_TAG 3a1f602b3021b925d38828e3ff95f9e7f8887ff7 + GIT_TAG 04e1870294918d20761736743bb6136314c42dd5 # We had an issue with soci integer range checking for boost::optional # and needed to remove the exception that SOCI throws in this case. # This is *probably* a bug in SOCI, but has never been investigated more