Re: [CMake] MinGW and sh.exe

2016-06-19 Thread J Decker
I was searching for 'cmake disable check sh.exe' which is not a problem (anymore?) If I do cmake -G "MinGW Makefiles" /some/path it complains; then the same command again succeeds; so it's not a problem... it only causes a stutter in startup; which is a problem; and the project builds and installs

[CMake] Why a foo.dll.a generated when i build shared lib foo.dll or foo.exe file?

2016-06-19 Thread Chaos Zhang
Hi,all, I am working on transferring an existed make project into cmake, and the platform is MinGW(32 bit) on windows. The make flow to build foo.dll or foo.exe would not generate foo.dll.a, but when i use CMake, this generated. I was wondering if this foo.dll.a is necessary, and if it is not nec

Re: [CMake] cmake install target doesn't run ldconfig after installing library

2016-06-19 Thread Young Yang
Thanks :) I think there should be better solutions. But It's the best solution I know so far. On Fri, Jun 17, 2016 at 9:07 PM, Matthew Keeler wrote: > So I did some experimenting. It would seem there are a few rules to the > order installs are executed > > 1 - installs are processed in the orde