Re: [CMake] Cygwin Boost find error

2013-04-25 Thread marco atzeri
On 4/25/2013 10:07 AM, Lloyd wrote: Thanks the link helped me to solved the problem. Sorry, I shall avoid irrelevant posts in the future It is not irrelevant, but you have more chance to have the right answer on the cygwin help list. Regards Marco -- Powered by www.kitware.com Visit other

Re: [CMake] Cygwin Boost find error

2013-04-25 Thread Lloyd
Thanks the link helped me to solved the problem. Sorry, I shall avoid irrelevant posts in the future On Thu, Apr 25, 2013 at 12:30 PM, marco atzeri wrote: > On 4/25/2013 8:54 AM, Lloyd wrote: > >> Hi, >> I am building a project in both Windows 7 and Cygwin. I am using boost >> libraries in the p

Re: [CMake] Cygwin Boost find error

2013-04-25 Thread marco atzeri
On 4/25/2013 8:54 AM, Lloyd wrote: Hi, I am building a project in both Windows 7 and Cygwin. I am using boost libraries in the project and it works correctly in windows FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework) When I try to configure in cygwin it returns error saying that cou

[CMake] Cygwin Boost find error

2013-04-24 Thread Lloyd
Hi, I am building a project in both Windows 7 and Cygwin. I am using boost libraries in the project and it works correctly in windows FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework) When I try to configure in cygwin it returns error saying that could not find boost. From Cygwin instal