Re: [CMake] Problems with installer on macOS

2020-01-13 Thread Roman Wüger
Setting BundleIsRelocatable to false was the solution Best regards Roman > Am 08.01.2020 um 21:07 schrieb Roman Wüger : > > Hello, > > I generate a productbuild installer with CPack. > > When I start the installer and view the files then everthing is packaged as > it should. But when I inst

[CMake] Problems with installer on macOS

2020-01-08 Thread Roman Wüger
Hello, I generate a productbuild installer with CPack. When I start the installer and view the files then everthing is packaged as it should. But when I install them, then not all files are installed. The install protocol from the installer succeeds with no errors. Any hints? Best Regards Ro