Hi Aron,

> How do you personally handle 32 vs 64 bit with CMake? With Hugin +
> CMake, I'm pulling all the build files out into another directory, as
> recommended. The 32 bit build is pretty straightforward, but the 64
> bit version requires me to change paths all over the place. I have to
> change the wxWidgets/lib paths individually to point to vc_amd64_lib.
> It's a pain. I'd like to fix it. I'd LOVE some pointers on how!
>
I build only 32 bit, because I'm on a 32 bit os.
AFAIK the current solution is to use 2 different directories side by
side.
The path problem need changes to all FindModules to find also the 64
bit version. This will be much work.

Concerning wxWidgets you could try to edit wxWidgets_LIB_DIR to the
other main lib. Maybe it could necessary to create the variable before
running configure. If this works, we could add this the CMake system.

Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"Hugin and other free panoramic software" group.
A list of frequently asked questions is available at: 
http://wiki.panotools.org/Hugin_FAQ
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/hugin-ptx

Reply via email to