Hey Mike, Pau,
2010/4/14 Pau Garcia i Quiles <[email protected]>:
> Hello,
>
> Looks good to me.
Same for me... I am applying the patch to my tree...
> There are a couple of things missing in FindWt.cmake but I spent the
> weekend backporting for Debian Lenny and playing with the OpenSuse
> Build Service and didn't have time to work on FindWt.cmake:
Did or did not have the time as you seem to hint changes for it ?
> * Support debug and release libraries in the same project, very useful
> for Visual C++ and maybe Eclipse. This requires some more complex
> coding:
I did not apply this (omg this is ugly!)... I can see the use for
this, but, we should be able to wrap this in some kind of CMake macro,
right ?
> IF( Wt_DBO_LIBRARY_DEBUG AND Wt_DBO_LIBRARY_RELEASE )
> # if the generator supports configuration types then set
> # optimized and debug libraries, or if the CMAKE_BUILD_TYPE has a value
> IF( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE )
> SET( Wt_DBO_LIBRARIES optimized
> ${Wt_DBO_LIBRARY_RELEASE} debug ${Wt_DBO_LIBRARY_DEBUG} )
> ELSE( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE )
> # if there are no configuration types and CMAKE_BUILD_TYPE has no value
> # then just use the release libraries
> SET( Wt_DBO_LIBRARIES ${Wt_DBO_LIBRARY_RELEASE} )
> ENDIF( CMAKE_CONFIGURATION_TYPES OR CMAKE_BUILD_TYPE )
> ELSEIF( Wt_DBO_LIBRARY_RELEASE )
> SET( Wt_DBO_LIBRARIES ${Wt_DBO_LIBRARY_RELEASE} )
> ELSE( Wt_DBO_LIBRARY_DEBUG AND Wt_DBO_LIBRARY_RELEASE )
> SET( Wt_DBO_LIBRARIES ${Wt_DBO_LIBRARY_DEBUG} )
> ENDIF( Wt_DBO_LIBRARY_DEBUG AND Wt_DBO_LIBRARY_RELEASE )
>
> That needs to be done for each library
Regards,
koen
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest