Hi Philip,
It's complaining about all osg libraries since they (when using the
MSVC_IDE generator) don't have a valid libary name according to cmake
(osg while camke expects osg.lib I guess). Extract from
OsgMacroUtils.cmake line 35-37
ELSE(NOT MSVC_IDE)
TARGET_LINK_LIBRARIES(${TRGTNAME} optimized
"${OUTPUT_LIBDIR}/${LINKLIB}" debug
"${OUTPUT_LIBDIR}/${LINKLIB}${CMAKE_DEBUG_POSTFIX}")
ENDIF(NOT MSVC_IDE)
Mattias
On 8/22/08, Philip Lowman <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 21, 2008 at 3:01 PM, Mattias Helsing <[EMAIL PROTECTED]>wrote:
>
>> I installed latest Cmake(2.6.1) on a new machine and got a CMP008
>> warning from cmake. This fix set up osg to use the old behaviour which
>> have worked before. We might set this to NEW but I need to do more
>> testing first. I'l be able to test this on winxp with msvc80/90 and
>> ubuntu hardy with gcc-4.2.
>>
>> quote from cmake cvs log
>> policy CMP0008 to decides how to treat full path libraries that do not
>> appear to be valid library file names. Such libraries worked by
>> accident in the VS IDE and Xcode generators with CMake 2.4 and below.
>
>
> What libraries is it complaining about?
>
> --
> Philip Lowman
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org