Fix build error on macos

This commit is contained in:
Selim Sandal 2024-10-01 10:51:58 +03:00 committed by Triton Library
parent 46b75c9b67
commit ec187d996d

View file

@ -23,7 +23,7 @@ endif()
if(NOT BITWUZLA_INCLUDE_DIRS AND NOT BITWUZLA_LIBRARIES)
find_path(BITWUZLA_INCLUDE_DIR
NAMES bitwuzla/bitwuzla.h
NAMES bitwuzla/bitwuzla.h bitwuzla/cpp/bitwuzla.h
PATHS ${BITWUZLA_PKGCONF_INCLUDE_DIRS}
)