[CMake] I broke get_preresiquites

Richard Shaw hobbes1069 at gmail.com
Wed Sep 24 09:57:47 EDT 2014


Ok, I have no idea what's going on.

I'm using configure_file to put the get_preresiquites cmake script in the
binary dir...
It's running...
It's not show any errors...

It's also not finding any dependencies...

I've double and triple checked that the variable I'm using in the message
command is the same as what I'm using in get_preresiquites.

But manually running objdump gives the correct output:

$ objdump -p src/fldigi.exe | grep "DLL Name:"
        DLL Name: ADVAPI32.dll
        DLL Name: libfltk.dll
        DLL Name: libfltk_images.dll
        DLL Name: libgcc_s_sjlj-1.dll
        DLL Name: libintl-8.dll
        DLL Name: KERNEL32.dll
        DLL Name: msvcrt.dll
        DLL Name: libpng16-16.dll
        DLL Name: libportaudio-2.dll
        DLL Name: libwinpthread-1.dll
        DLL Name: libsamplerate-0.dll
        DLL Name: SHELL32.DLL
        DLL Name: libsndfile-1.dll
        DLL Name: libstdc++-6.dll
        DLL Name: USER32.dll
        DLL Name: WS2_32.dll
        DLL Name: WSOCK32.DLL

Thanks,
Richard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20140924/196d032e/attachment.html>


More information about the CMake mailing list