Fix file copy destination for accounts/he

This commit is contained in:
Frank H. Ellenberger 2019-08-29 18:53:24 +02:00
parent bb4348fce9
commit e3ba73683e

View File

@ -21,5 +21,5 @@ set(account_DATA
set_dist_list(HE_DIST ${account_DATA} acctchrt_full.gnucash-xea CMakeLists.txt)
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/he)
file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/he_HE)
file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/he)