[osg-users] CMake config for OpenVRML plugin - debug vs release libs

2007-09-07 Thread Jean-Sébastien Guay
Hello, I suspect this is a question for either Luigi Calori or Eric Wing... I am trying to correct the CMakeLists.txt in the src/osgPlugins/vrml directory, which I had hacked together without really knowing what I was doing. I have something that's basically better (as in, it doesn't produc

Re: [osg-users] CMake config for OpenVRML plugin - debug vs release libs

2007-09-09 Thread Luigi Calori
Hello Sebastian Sorry I am on a really slow connection now, so just hints, I can not test: if you define SET(ANTRL_LIBRARY antlr.lib) SET(ANTRL_LIBRARY_DEBUG antlrd.lib) SET(REGEX_LIBRARY regex.lib) SET(REGEX_LIBRARY_DEBUG regexd.lib) SET(TARGET_LIBRARIES_VARS OPENVRML_LIBRARY ANTRL_LIBRARY REGEX

Re: [osg-users] CMake config for OpenVRML plugin - debug vs release libs

2007-09-10 Thread Jean-Sébastien Guay
Hello Luigi, Sorry I am on a really slow connection now, so just hints, I can not test: That's fine, thanks for helping even in less than optimal work conditions :-) The idea is that TARGET_ADDED_LIBRARIES is interpreted by SETUP_PLUGIN macro as a list of undifferentiated external lib librar

Re: [osg-users] CMake config for OpenVRML plugin - debug vs release libs

2007-09-10 Thread Luigi Calori
Jean-Sébastien Guay wrote: > Hello Luigi, > >> Sorry I am on a really slow connection now, so just hints, I can not >> test: > > > That's fine, thanks for helping even in less than optimal work > conditions :-) > >> The idea is that TARGET_ADDED_LIBRARIES is interpreted by SETUP_PLUGIN >> macro

Re: [osg-users] CMake config for OpenVRML plugin - debug vs release libs

2007-09-10 Thread Jean-Sébastien Guay
Hello Luigi, > A typo... sorry. That's what I thougt, no problem. > Try deleting the cache, I think the Find stuff does not recompute if the > variable is in cache Ok I'll try that. I'll submit the changes once it all works well. Thanks. J-S --