Help on cmake./

Hello all

I tried to build the following program in Windows 8 command line

http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules

Using the commands

mkdirbuild
cd build

cmake …/

However, the command

cmake …/

does not execute. And I have got the following error

“Boost required to compile howto” (see the attachement).

Note that I have already installed boost in my laptop by following the
instructions of

http://www.scaleoutsoftware.com/support/stateServer/cpp_programmers_guide/content/_installing_on_windows.html
I have also configured the system path the same as the boost (i.e., in
the environment variable) as

BOOST_ROOT = C:\local\boost_1_55_0

Any help is appreciated