gnucash unstable: Fix the Mac install_name_dir to point at CMAKE_INSTALL_FULL_LIBDIR.

John Ralls jralls at code.gnucash.org
Sun Dec 10 18:44:48 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/9dc66c0b (commit)
	from  https://github.com/Gnucash/gnucash/commit/c0659c8e (commit)



commit 9dc66c0b7dac576885d2b58dd7a2538b92774293
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Dec 8 12:15:37 2017 -0800

    Fix the Mac install_name_dir to point at CMAKE_INSTALL_FULL_LIBDIR.
    
    Instead of CMAKE_INSTALL_LIBDIR; it needs to be an absolute path.



Summary of changes:
 gnucash/gnome-search/CMakeLists.txt                  | 2 +-
 gnucash/gnome-utils/CMakeLists.txt                   | 2 +-
 gnucash/html/CMakeLists.txt                          | 2 +-
 gnucash/import-export/CMakeLists.txt                 | 2 +-
 gnucash/import-export/aqb/CMakeLists.txt             | 2 +-
 gnucash/import-export/bi-import/CMakeLists.txt       | 2 +-
 gnucash/import-export/csv-exp/CMakeLists.txt         | 2 +-
 gnucash/import-export/csv-imp/CMakeLists.txt         | 2 +-
 gnucash/import-export/customer-import/CMakeLists.txt | 2 +-
 gnucash/import-export/log-replay/CMakeLists.txt      | 2 +-
 gnucash/import-export/ofx/CMakeLists.txt             | 2 +-
 gnucash/import-export/qif-imp/CMakeLists.txt         | 2 +-
 gnucash/import-export/qif/CMakeLists.txt             | 2 +-
 gnucash/register/ledger-core/CMakeLists.txt          | 2 +-
 gnucash/register/register-core/CMakeLists.txt        | 2 +-
 gnucash/register/register-gnome/CMakeLists.txt       | 2 +-
 gnucash/report/locale-specific/us/CMakeLists.txt     | 2 +-
 gnucash/report/report-gnome/CMakeLists.txt           | 2 +-
 gnucash/report/report-system/CMakeLists.txt          | 2 +-
 gnucash/report/stylesheets/CMakeLists.txt            | 2 +-
 libgnucash/app-utils/CMakeLists.txt                  | 4 ++--
 libgnucash/tax/us/CMakeLists.txt                     | 2 +-
 22 files changed, 23 insertions(+), 23 deletions(-)



More information about the gnucash-patches mailing list