[CMake] Support for colored makefile output with tmux

2016-03-25 Thread Mike Lui
When I use tmux and set my TERM to either 'tmux' or 'tmux-256color', I don't get colorized output of from cmake generated Makefiles. Is this a known issue? On 4.4.5-1-ARCH w/ CMake 3.5.0 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.

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

2016-03-25 Thread Gregor Jasny via CMake
On 25/03/16 22:11, Sebastian Schuberth wrote: > I also just realized CMAKE_C_ABI_COMPILER is set to FALSE in > CMakeCCompiler.cmake. Looking at CMakeError.log was a good hint. I > found: > > ---8<--- > Building C object CMakeFiles/cmTC_c0166.dir/CMakeCCompilerABI.c.obj > > C:/Ruby-DevKit/mingw/bi

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

2016-03-25 Thread Sebastian Schuberth
On 3/24/2016 16:53, Brad King wrote: Configuring libgit2 fails as CMake does not set CMAKE_SIZEOF_VOID_P (nor CMAKE_C_SIZEOF_DATA_PTR), see the attached CMakeCCompiler.cmake file. I tried to search CMake's source code to find out how the value of @CMAKE_C_SIZEOF_DATA_PTR@ is determined in CMake

Re: [CMake] Fortran submodule cannot be built

2016-03-25 Thread Brad King
On 03/24/2016 03:32 PM, Brad King wrote: > CMake's approximate Fortran parser will need to be > updated to account for submodule syntax. I don't know if/when I'll have time to look at this myself. If anyone is interested in working on it, please come to the [developer list](https://cmake.org/mailm

Re: [CMake] Delete CDash project

2016-03-25 Thread Aaron Boxer
Never mind - you can do this using the not very obvious "unsubscribe" option in manage subscription. On Fri, Mar 25, 2016 at 10:43 AM, Aaron Boxer wrote: > Does anyone know how to delete a CDash project? There doesn't seem to be > any way to do this on the website. > > Thanks! > Aaron > -- Pow

[CMake] Delete CDash project

2016-03-25 Thread Aaron Boxer
Does anyone know how to delete a CDash project? There doesn't seem to be any way to do this on the website. Thanks! Aaron -- 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

Re: [CMake] Visual Studio + Ninja?

2016-03-25 Thread Robert Dailey
Thanks for the feedback. I know for sure that you can create "Makefile" projects in Visual Studio, that do nothing but run commands. You can even still have files in the project itself, to allow you to edit those files (even though they won't actually build). I think CMake can use this functionali

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

2016-03-25 Thread Domen Vrankar
> Does someone know why this "CPACK_RPM_PACKAGE_AUTOPROV" option doesn't take > effect? how can I make it auto generates these 'PROVIDES' information in the > RPM? thanks for your time and it will be very appreciated if you can > provide some hints. CPackRPM relies on rpmbuild and other rpm tools

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

2016-03-25 Thread Wang, Peng 1. (Nokia - CN/Hangzhou)
Hi, In my project, I use cmake to construct the building system, I need to build an external project(here, I take zeromq for example) with ExternalProject_add, then pack the compiled binaries in a RPM package, but I need the generated RPM to have correct "PROVIDES" information to tell which lib