[CMake] BundleUtilities with MinGW under Windows

Clinton Stimpson clinton at elemtech.com
Fri May 20 16:36:10 EDT 2011


> 
> CPack Verbose: Installing:
> C:/Repository/Git/TestProject/build/_CPack_Packages/win32/NSIS/QtTest-0.1.
> 1-win32/./QtTest.exe
> 
> CPack Verbose: fixup_bundle
> 
> CPack Verbose:  
> app='C:/Repository/Git/TestProject/build/_CPack_Packages/win32/NSIS/QtTest
> -0.1.1-win32/bin/QtTest.exe'


There is the problem above... "./QtTest.exe" was installed, but 
"bin/QtTest.exe" was passed into fixup_bundle().

> 
> CPack Verbose:   libs=''
> 
> CPack Verbose:   dirs='C:/Qt/2010.05/qt/lib'
> 
> CPack Verbose: warning: *NOT* handled - directory/file does not exist...

That warning means "bin/QtTest.exe" doesn't exist.
This looks like it should be an error, not a warning, and it could be changed 
to say what doesn't exist.

Clint


More information about the CMake mailing list