[CMake] Qt 5.6.1 messes up Linux packaging using CPack?

Michael Jackson mike.jackson at bluequartz.net
Fri Jun 24 17:03:57 EDT 2016


I have a project that uses CMake. I had been compiling against Qt 5.6.0 for
a while but due to issues with QWebEngine I installed Qt 5.6.1 instead and
compiled against that. I can run my application from the build directory
but when I go to use cpack to package my application I am getting the
following errors for every single one of my libraries that I build:

CMake Error at SimpleITKExplicit/cmake_install.cmake:36 (file):
  file INSTALL cannot find

"/home/mjackson/Workspace/DREAM3D-build/Release/SimpleITKExplicit/CMakeFiles/CMakeRelink.dir/libSimpleITKExplicit-0.9.so.1".
Call Stack (most recent call first):
  cmake_install.cmake:435 (include)


I recompiled in a completely separate directory against my Qt 5.6.0
installation and cpack will execute without any errors.

Has anyone else seen this yet?

Thanks
_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20160624/9160f76e/attachment-0001.html>


More information about the CMake mailing list