Revert unintended copy-paste error

This commit is contained in:
Geert Janssens 2019-10-01 18:08:03 +02:00
parent 0eb0b922d7
commit c59515f7b7

View File

@ -151,7 +151,7 @@ if (WITH_PYTHON)
)
target_compile_definitions (sw_core_utils PRIVATE -DG_LOG_DOMAIN=\"gnc.core-utils\")
if (CORELE)
if (APPLE)
set_target_properties (sw_core_utils PROPERTIES INSTALL_NAME_DIR "${CMAKE_INSTALL_FULL_LIBDIR}/gnucash")
endif()