Re: cmake cannot find boost libraries

2014-06-28 Thread Ingvord
Finally got it! The problem indeed was with this Boost_USE_MULTITHREADED param. In one of the CMakeLists files it was set to OFF, i.e. set(Boost_USE_MULTITHREADED OFF) Passing ON value through command line gave no result. But after changing the mentioned CMakeLists file cmake has found the libr

Re: cmake cannot find boost libraries

2014-06-28 Thread Ingvord
I am wrong that renaming boost library files solves the issue. it solves it partially - cmake finds the libraries, but then make fails: $> make ... make[2]: *** No rule to make target '/usr/lib/libboost_program_options.a', needed by 'src/cygpnicore-2.dll'. Stop. CMakeFiles/Makefile2:1162: recip

cmake cannot find boost libraries

2014-06-28 Thread Ingvord
Dear All, First of all I would like to thank all cygwin developers for the fact that such a great thing as cygwin exists. Currently I am running cygwin 2.850 x64 on windows 7 x64. Compilers, boost libraries and cmake everything has been installed via setup. When trying to cmake project which u