> > 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 _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
