Lowercase cmake commands

A huge bikeshed fest but it distracted me enough to do it anyway.
This commit is contained in:
Geert Janssens
2018-05-03 23:18:15 +02:00
parent 65c7139072
commit a9f35ed7ae
154 changed files with 2546 additions and 2565 deletions

View File

@@ -1,9 +1,9 @@
SET(account_DATA
set(account_DATA
acctchrt_checkbook.gnucash-xea
acctchrt_full.gnucash-xea
acctchrt_rgs_1.1.gnucash-xea)
SET_DIST_LIST(NL_DIST ${account_DATA} CMakeLists.txt)
set_dist_list(NL_DIST ${account_DATA} CMakeLists.txt)
INSTALL(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/nl)
FILE(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/nl)
install(FILES ${account_DATA} DESTINATION ${ACCOUNTS_INSTALL_DIR}/nl)
file(COPY ${account_DATA} DESTINATION ${ACCOUNTS_BUILD_DIR}/nl)