Skip to content

Commit 75c7715

Browse files
committed
Fix finding binaryninjacore for non-internal cmake builds
1 parent 34ac7c8 commit 75c7715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindBinaryNinjaCore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if(NOT BN_INTERNAL_BUILD)
3333
NAMES binaryninjacore libbinaryninjacore.so.1
3434
HINTS ${PATH_HINTS})
3535

36-
if(NOT CORE_LIBRARY_FOUND)
36+
if(NOT CORE_LIBRARY)
3737
set(BN_FOUND 0)
3838
set(BinaryNinjaCore_FOUND 0)
3939
return()

0 commit comments

Comments
 (0)