Skip to content

Commit

Permalink
Fix build error on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
selimsandal authored Oct 1, 2024
1 parent 0648bb9 commit e9c72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeModules/FindBITWUZLA.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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}
)

Expand Down

0 comments on commit e9c72de

Please sign in to comment.