mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Lowercase cmake commands
A huge bikeshed fest but it distracted me enough to do it anyway.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user