Skip to content

Commit

Permalink
Fix one of the path hints
Browse files Browse the repository at this point in the history
  • Loading branch information
VisualEhrmanntraut authored Dec 24, 2024
1 parent 22cdb25 commit 47458f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/sharedcache/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(NOT BN_INTERNAL_BUILD)
find_path(
BN_API_PATH
NAMES binaryninjaapi.h
HINTS ../../.. binaryninjaapi $ENV{BN_API_PATH}
HINTS ../.. binaryninjaapi $ENV{BN_API_PATH}
REQUIRED
)
add_subdirectory(${BN_API_PATH} binaryninjaapi)
Expand Down

0 comments on commit 47458f5

Please sign in to comment.