shark3.0 is a machine learning library which is dependent on the boost library. I want to cmake shark3.0 with cmake-gui into msvc9.0 sln and to generate shark.lib
.
In cmake-gui, i configure everything other than "BOOST_DIR" with the right path of boost components. As mentioned in the title, i can not solve it, even with the tip of shark "get-started" help! In the webpage of "get-started", it mentions that I don't have to worry about "BOOST_DIR NOT FOUND"
, and can CMAKE (that is, "generate" )it successfully. But,unfortunately, I can not!!!!
By the way, the boost1.54.0 in my situation is from here, it is generated by "boost_1_54_0_msvc_9.0_win32.exe"
.