Hi

I have moved a Visual C++ 2008 solution to cmake. 
Before the move, there was no import library in
the linker/advanced setting.

However, CMake generates the setting like this:
Import Library = C:\mecan\mecan_build\MeCan\Release\mecan.lib

When building the solution, VC++ complains that it can't find mecan.lib.
Which is correct, because it isn't in the place mentioned above.

My question is:
how can I convince Cmake to either
- not set an Import Library at all, or
- set it to the right value?

Thanks,

Leon
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to