Re: [CMake] Patch to install dlls correctly when cross-compiling

2006-09-07 Thread Brad King
Toni Timonen wrote: When cross-compiling windows dlls with mingw compiler using linux, the dlls are not installed to the correct location (and the import library is not installed at all). It seems that some things about the platform are fixed at runtime. The patch attached fixes this issue

[CMake] Patch to install dlls correctly when cross-compiling

2006-09-04 Thread Toni Timonen
Hi, When cross-compiling windows dlls with mingw compiler using linux, the dlls are not installed to the correct location (and the import library is not installed at all). It seems that some things about the platform are fixed at runtime. The patch attached fixes this issue with INSTALL(TARGETS