monterey homebrew directory change

This commit is contained in:
Vaclav Tvrdik 2022-09-12 15:45:35 +02:00
parent a87ceb2f19
commit c9baa8a227
1 changed files with 2 additions and 2 deletions

View File

@ -15,9 +15,9 @@ set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
# set(CMAKE_CXX_FLAGS "-Wall -Wextra")
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
include_directories(/usr/local/opt/openssl/include ${CMAKE_SOURCE_DIR}/clib ${CMAKE_SOURCE_DIR})
include_directories(/opt/homebrew/opt/openssl@1.1/include ${CMAKE_SOURCE_DIR}/clib ${CMAKE_SOURCE_DIR})
link_directories(/usr/local/lib /usr/local/opt/openssl/lib)
link_directories(/opt/homebrew/opt/openssl@1.1/lib)
project(ml)