We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ac7c8 commit 75c7715Copy full SHA for 75c7715
1 file changed
cmake/FindBinaryNinjaCore.cmake
@@ -33,7 +33,7 @@ if(NOT BN_INTERNAL_BUILD)
33
NAMES binaryninjacore libbinaryninjacore.so.1
34
HINTS ${PATH_HINTS})
35
36
- if(NOT CORE_LIBRARY_FOUND)
+ if(NOT CORE_LIBRARY)
37
set(BN_FOUND 0)
38
set(BinaryNinjaCore_FOUND 0)
39
return()
0 commit comments