gnucash-on-osx master: Add atomic to boost library list.

John Ralls jralls at code.gnucash.org
Thu Oct 20 18:01:08 EDT 2022


Updated	 via  https://github.com/Gnucash/gnucash-on-osx/commit/524d83ed (commit)
	from  https://github.com/Gnucash/gnucash-on-osx/commit/dabab793 (commit)



commit 524d83ede206e6169ab7b197b5e4b1ceacf44ecb
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Oct 20 14:58:52 2022 -0700

    Add atomic to boost library list.

diff --git a/patches/boost-cmake.patch b/patches/boost-cmake.patch
index 02804f7..70133d5 100644
--- a/patches/boost-cmake.patch
+++ b/patches/boost-cmake.patch
@@ -21,7 +21,7 @@ index e69de29..b53cf7a 100644
 +project (boost)
 +
 +if(NOT LIBRARIES)
-+  set(LIBRARIES date_time;regex;locale;filesystem;system)
++  set(LIBRARIES atomic;date_time;regex;locale;filesystem;system)
 +endif()
 +
 +set(B2_EXE ${CMAKE_SOURCE_DIR}/b2)



Summary of changes:
 patches/boost-cmake.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list