ladnir / cryptoTools

A repo to hold common tools used by my crypto projects
Other
117 stars 53 forks source link

Fix for boost path when cryptoTools is part of larger project #3

Closed RobTrifiletti closed 7 years ago

RobTrifiletti commented 7 years ago

Follows the same pattern as miracle now. I noticed this as all of a sudden cmake could only find the system boost library (1.58), and not the included 1.59. Apparently it didn't find the local copy and made a fall-back to 1.58. However for systems without boost this will most surely just crash.