From ec153430e3ed6ff42bf97c9210111657b7599014 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Sun, 22 Aug 2021 08:59:01 +0800 Subject: [PATCH] update cmakelists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7e3ec44..5882348 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ if(${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Linux") elseif (${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Darwin") message(STATUS "Platform: " ${CMAKE_HOST_SYSTEM_NAME}) include_directories(/opt/homebrew/include) - find_library(GMT_LIB gmt /usr/homebrew/lib) + find_library(GMT_LIB gmt /opt/homebrew/lib) elseif (${CMAKE_HOST_SYSTEM_NAME} STREQUAL "Windows") message(STATUS "Platform: " ${CMAKE_HOST_SYSTEM_NAME}) include_directories(C:/programs/gmt6/include)