We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 767c5c2 commit ff08555Copy full SHA for ff08555
src/CMakeLists.txt
@@ -139,8 +139,9 @@ message (STATUS "Searching dependent libraries. This may take a few minutes...")
139
find_package (NETCDF REQUIRED)
140
include_directories (${NETCDF_INCLUDE_DIR})
141
142
-# libcurl is required since 5.4
143
-find_package (CURL REQUIRED)
+# libcurl is required since GMT 5.4
+# At least version 7.55.0 is needed for seis/gmtisf.c
144
+find_package (CURL 7.55.0 REQUIRED)
145
include_directories (${CURL_INCLUDE_DIRS})
146
list (APPEND GMT_OPTIONAL_LIBRARIES ${CURL_LIBRARIES})
147
set (CURL_LIBRARY ${CURL_LIBRARIES} CACHE INTERNAL "")
0 commit comments