Page MenuHomePhabricator

Change the path cmake search for binaries in to include the custom built depends.
ClosedPublic

Authored by deadalnix on Dec 20 2017, 14:12.

Details

Summary

As per title. This ensures the utilities being used are the one comming from depends instead of the ones from the system. As a result we make sure that version of the lib and utility coming with it are consistent.

Test Plan
cmake -GNinja .. -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Win32.cmake-DBUILD_BITCOIN_SEEDER=OFF
ninja

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable