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,11 +1,11 @@
# Post install actions go here.
IF (APPLE)
INSTALL(CODE "EXECUTE_PROCESS(
if (APPLE)
install(CODE "execute_process(
COMMAND /usr/bin/install_name_tool -add_rpath ${CMAKE_INSTALL_LIBDIR}
-add_rpath ${PKGLIBDIR}
${CMAKE_INSTALL_BINDIR}/gnucash)")
ENDIF(APPLE)
endif(APPLE)
SET_DIST_LIST(cmake_DIST CMakeLists.txt README_CMAKE.txt cmake_uninstall.cmake.in)
set_dist_list(cmake_DIST CMakeLists.txt README_CMAKE.txt cmake_uninstall.cmake.in)