certik / yaml-cpp

Automatically exported from code.google.com/p/yaml-cpp
MIT License
0 stars 0 forks source link

CMake-gui doesn't show the INCLUDEBOOST and it's not possible to generate. [Unix makefile] #262

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Ubuntu OS
2. download and extract yaml-cpp
3. mkdir build
4. cd build
5. cmake-gui ..
6. Unix make and use native compilers.
7. ERROR! not found BOOST

What is the expected output? What do you see instead?
The expected output is cmake can find BOOSTLIB And I expext to set the correct 
path where the boost are. Instead I see there's no option to set up the path 
from the GUI.

What version of the product are you using? On what operating system?
UBUNTU 14.04.
CMAKE 2.8.12.2

Please provide any additional information below.

Original issue reported on code.google.com by raffaell...@gmail.com on 7 Nov 2014 at 5:27