source: issm/oecreview/Archive/26740-27031/ISSM-26757-26758.diff

Last change on this file was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

File size: 1.4 KB
RevLine 
[27032]1Index: ../trunk-jpl/externalpackages/gmt/configs/6/static/linux/cmake/ConfigUser.static.cmake
2===================================================================
3--- ../trunk-jpl/externalpackages/gmt/configs/6/static/linux/cmake/ConfigUser.static.cmake (revision 26757)
4+++ ../trunk-jpl/externalpackages/gmt/configs/6/static/linux/cmake/ConfigUser.static.cmake (revision 26758)
5@@ -38,7 +38,7 @@
6 # ============================================================================
7
8 # Installation path (usually defaults to /usr/local) [auto]:
9-set (CMAKE_INSTALL_PREFIX "$ENV{ISSM_DIR}/externalpackages/gmt/install")
10+set (CMAKE_INSTALL_PREFIX "$ENV{PREFIX}")
11
12 # Set install name suffix used for directories and gmt executables
13 # [undefined]:
14Index: ../trunk-jpl/externalpackages/gmt/configs/6/static/mac/cmake/ConfigUser.static.cmake
15===================================================================
16--- ../trunk-jpl/externalpackages/gmt/configs/6/static/mac/cmake/ConfigUser.static.cmake (revision 26757)
17+++ ../trunk-jpl/externalpackages/gmt/configs/6/static/mac/cmake/ConfigUser.static.cmake (revision 26758)
18@@ -38,7 +38,7 @@
19 # ============================================================================
20
21 # Installation path (usually defaults to /usr/local) [auto]:
22-set (CMAKE_INSTALL_PREFIX "$ENV{ISSM_DIR}/externalpackages/gmt/install")
23+set (CMAKE_INSTALL_PREFIX "$ENV{PREFIX}")
24
25 # Set install name suffix used for directories and gmt executables
26 # [undefined]:
Note: See TracBrowser for help on using the repository browser.