Solved: macports fatal error: 'boost/filesystem/path.hpp'

Edit CMakeLists.txt, add these two line on top

INCLUDE_DIRECTORIES(/opt/local/include)
LINK_DIRECTORIES(/opt/local/lib)