Hallo Daniel,

daniel trindade wrote:
> I had compiled and generated a .zip package for OpenSG in release.
> 
> Looking for the libs on generated package, i saw that there are separate 
> directories for release and debug. On Windows, the release libraries are 
> placed on ${OPENSG_ROOT}/lib/rel.
> 
> When i try to use FindOpenSG.cmake to build my project, it does not find 
> the libs. Looking on FindOpenSG.cmake, i found this line:
> 
>             PATH_SUFFIXES "release" "relwithdbg" "opt"
> 
> If i change it to
> 
>             PATH_SUFFIXES "release" "relwithdbg" "opt" "rel"
> 
> the libs are found without problems.
> 
> I might be wrong, but i think this can be a small error.

yes, you are right. Thank you for reporting this issue, it should be 
fixed in r2165.

        Cheers,
                Carsten

------------------------------------------------------------------------------
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

Reply via email to