Skip to content

Commit

Permalink
debug some more macos
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Sep 10, 2023
1 parent 3772984 commit ef2d0b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ if(APPLE)
foreach(pkg openssl mysql-client mariadb-connector-c libpq)
set(pkgpath /usr/local/opt/${pkg})
if(EXISTS ${pkgpath})
message(STATUS "Adding /usr/local/opt/${pkg} to CMAKE_PREFIX_PATH)
list(APPEND CMAKE_PREFIX_PATH ${pkg})
endif()
endforeach()
Expand Down

0 comments on commit ef2d0b5

Please sign in to comment.