executor
executor copied to clipboard
Document cmake option NO_STATIC_BOOST=TRUE
- Add boost to the list of dependencies.
- Document the cmake option NO_STATIC_BOOST=TRUE
Without this option, cmake won't find dynamically linked boost libraries, such as from MacPorts.
Fixes #47. Related to #51?