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)