I am not a windows guy...but I would look for an option for the linker that
suppresses errors. Then maybe set that in your environment, or figure out
how to add it to the CMake files.
ponzu
On Tue, Dec 14, 2010 at 10:23 PM, Malachi Prophit wrote:
> i get hundreds of these stupid errors. And i ha
Actualy in an open source environment you cannot get rid of those link
warnings they are the linker complaining about the fact that the debug
information for those files is missing and you will see those messages for
any lib files you get from LL when running in non-standalone build mode
From: