Re: [CMake] [CPack] hdiutil error while executing cpack on macOS

2017-08-15 Thread Robert Maynard
Do better understand why the hdutil command is failing you should run it manually and add in the -verbose option. On Tue, Aug 15, 2017 at 8:53 AM, brian heim wrote: > Hi all, > > I'm getting an error trying to use CPack to create a macOS DragNDrop > package. I tried to search for this message in

[CMake] perpetually executed custom commands and timestamps

2017-08-15 Thread Pawel Veselov
Hello. I'm trying something I don't think is unreasonable. I need to have an automatically generated file, let's say version.h I have to run a custom command to generate it. The contents of the file depend on some external forces, the custom command m ay or may not change it (but it will always

Re: [CMake] INTERPROCEDURAL_OPTIMIZATION still not using CMAKE__COMPILER_AR

2017-08-15 Thread Brad King
On 08/12/2017 03:28 AM, Clément Gregoire wrote: > Should I file a bug report for this? Yes, please. Thanks, -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake

Re: [CMake] Failed to build C++ source with CMakeLists.txt

2017-08-15 Thread Chuck Atkins
Hi Jupiter, Compiling the C compiler identification source file "CMakeCCompilerId.c" > failed. > Compiler: /usr/local/gcc/4.9.1/bin/gcc > Build flags: /usr/local/cppcms/1.1.0/include > It looks like you have an errant "/usr/local/cppcms/1.1.0/include" set in your CFLAGS environment variable, or

[CMake] [CPack] hdiutil error while executing cpack on macOS

2017-08-15 Thread brian heim
Hi all, I'm getting an error trying to use CPack to create a macOS DragNDrop package. I tried to search for this message in the ML archives and elsewhere but wasn't able to find any conclusive solution, so I'm hoping someone with more experience with CPack may be able to help. My environment is: