Additional issue with this CMAKE_C_ARCHIVE_CREATE hack: it's ignored and
reverts back to the default in link.txt when building a "pure assembly"
library without any .c file. Adding an empty.c file works around the
problem.
Is this expected? Reproduced with CMake 3.13 and 3.14.0.
Le lun. 25 févr.
>
>
> in our code base we would like to add a warning compilation flags.
> Nevertheless, this flag prevents us from compiling a few targets so we
> would like to remove this flag for the given targets.
>
> Since I don't want to *add* a compilation flags but remove one, I would
> like to retrieve th
It would be great to see officialy supported rpm repository for
CentOS/Fedora as well!
Thank you in advance.
пт, 5 апр. 2019 г., 22:17 Kyle Edwards via CMake :
> All,
>
> I am pleased to announce that Kitware is now offering an
> officially-supported set of Ubuntu packages for CMake. These CMake
Thats great! Thank you!
пт, 5 апр. 2019 г. в 22:17, Kyle Edwards via CMake :
>
> All,
>
> I am pleased to announce that Kitware is now offering an
> officially-supported set of Ubuntu packages for CMake. These CMake
> packages can be installed with apt-get, just like other Ubuntu
> packages. We cu
All,
I am pleased to announce that Kitware is now offering an
officially-supported set of Ubuntu packages for CMake. These CMake
packages can be installed with apt-get, just like other Ubuntu
packages. We currently support Ubuntu 16.04 and 18.04.
The following packages are available:
* cmake - C
Am Freitag, 5. April 2019, 00:07:08 CEST schrieb Benjamin Shadwick:
> Ah, it seems my CMake is too old to produce compile_commands.json. Maybe
> this is part of why other IDEs are working better at home on Ubuntu MATE
> LTS.
>
> Unfortunately Red Hat ships CMake 2.8.12.2 even in recent RHEL releas
On Fri, Apr 5, 2019 at 5:25 AM Cook, Steven (G&I)
wrote:
> Hi all,
>
>
>
> I would like to set the permissions on some files and directories in my
> WiX installer. It looks like the CPACK_WIX_ACL property should be suitable,
> but I can’t get it to work. There are examples of its usage in this pr