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.
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
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
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
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
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
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
> 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
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