Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ cmake -S . -B build/out -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=build/out \
-DBINDIFF_BINEXPORT_DIR=build/binexport \
"-DIdaSdk_ROOT_DIR=${PWD}build/idasdk"
"-DIdaSdk_DIR=${PWD}/build/idasdk"
```

Finally, invoke the actual build. Binaries will be placed in
Expand Down
2 changes: 1 addition & 1 deletion cmake/BinDiffDeps.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ endif()
# Setup IDA SDK. Uses FindIdaSdk.cmake from BinExport
find_package(IdaSdk)

find_package(Protobuf 3.14 REQUIRED) # Make protobuf_generate_cpp available
find_package(Protobuf 4.25 REQUIRED) # Make protobuf_generate_cpp available