From fbf7171ab6e84ca2b20659079d73944b1d74c377 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Tue, 28 Apr 2020 10:30:22 -0700 Subject: [PATCH] Fix libgnc-app-utils.dylib install_name_dir. The install location changed as part of expunging libgnc-module. --- libgnucash/app-utils/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgnucash/app-utils/CMakeLists.txt b/libgnucash/app-utils/CMakeLists.txt index 4eb513167a..e53df54d95 100644 --- a/libgnucash/app-utils/CMakeLists.txt +++ b/libgnucash/app-utils/CMakeLists.txt @@ -106,7 +106,7 @@ target_include_directories (gnc-app-utils target_compile_definitions (gnc-app-utils PRIVATE -DG_LOG_DOMAIN=\"gnc.app-utils\") if (APPLE) - set_target_properties (gnc-app-utils PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash") + set_target_properties (gnc-app-utils PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}") endif() install(TARGETS gnc-app-utils