Ignore:
Timestamp:
02/10/23 13:57:01 (2 years ago)
Author:
jdquinn
Message:

CHG: Various fixes for static and shared versions of ext pkg install scripts; fixing EsaGRACE example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/gmt/configs/6/static/cmake/modules/FindGDAL.cmake

    r27151 r27565  
    166166# find all manually-supplied libs
    167167if (GDAL_EXTRA_LIBS)
    168         # Ensure -l is precedeced by whitespace to not match
     168        # Ensure -l is preceded by whitespace to not match
    169169        # '-l' in '-L/usr/lib/x86_64-linux-gnu/hdf5/serial'
    170170        string (REGEX MATCHALL "(^| )-l[^ ]+" _gdal_extra_lib_dashl ${GDAL_EXTRA_LIBS})
Note: See TracChangeset for help on using the changeset viewer.