Hi, On Mon, 2009-09-14 at 14:51 +0800, Gerrit Voss wrote: > Hi, > > Johannes Brunen wrote: > > Hello Gerrit, > > > > "Gerrit Voß" <[email protected]> schrieb im > > Newsbeitrag news:[email protected]... > >>> In file ConfigurePackages.cmake is a small error in line 166. The > >>> statement > >>> > >>> OSG_FIND_PACKAGE(OpenEXR) > >>> > >>> must be replaced by > >>> > >>> OSG_FIND_PACKAGE(OPENEXR) > >>> > >>> otherwise the FIND_PACKAGE call in BuildFunctions.cmake does not provide > >>> a > >>> correct ${Name}_FOUND flag. > >> ok > >> > > did you forget about that one or am I wrong here. Just checked the commit > > list and saw the ConfigurePackages.cmake file checked in with the 'OpenEXR' > > string. > >
hmm, I tried it but that does not work nicely on Linux as the parameter is used as part of the Find<xxx>.cmake file name and thus has to be case sensitive. I tried to reproduce the problem, but if I print FOUND_OPENEXR either in the main CMakeLists.txt or in one of the subprojects (e.g. Image/FileIO) the value is correct in both cases. Could you let me know in which case it came out wrong. > no I just try to sort thorugh the imported target creation first. > Than catch up with the rest. I finished switching the support libs to imported targets so the windows variants should work correctly for the debug and release version for the cases where the supportlibs from OpenSG are not used. kind regards, gerrit ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
