Re: [CMake] 'CPACK_RPM_PACKAGE_AUTOPROV' doesn't work when pack existing binaries with CPack

2016-03-28 Thread Domen Vrankar
CPackRPM generates spec files from which it generates the packages (just search for *.spec in your build directory). It is possible that Autoprov or Autoreqprov is not set correctly. Another possibility is that rpmbuild executed from within CPack is executed with different parameters. Please check

Re: [CMake] CMAKE_SIZEOF_VOID_P is unset when building libgit2 on Windows

2016-03-28 Thread Brad King
On 03/25/2016 05:08 PM, Sebastian Schuberth wrote: > Looking at CMakeError.log was a good hint. I found: > > C:/Ruby-DevKit/mingw/bin/gcc.exe-fPIC-o > CMakeFiles/cmTC_c0166.dir/CMakeCCompilerABI.c.obj -c "C:/Program > Files (x86)/CMake/share/cmake-3.5/Modules/CMakeCCompilerABI.c" > > /u

Re: [CMake] add_custom_command() OUTPUT does not accept generator expressions, why?

2016-03-28 Thread Brad King
On 03/27/2016 06:11 AM, Dan Liew wrote: > OUTPUT does not accept generator expressions, why? It hasn't been implemented. At least at one time it would have been very hard to implement. I'm not sure now because there has been a lot of refactoring since I last looked at it. There is some discussi