Re: [CMake] Documentation in RPM Package

2016-12-20 Thread Domen Vrankar
2016-12-20 21:53 GMT+01:00 Paul Londino : > Hello, > > I am trying to create an RPM package using CPack. I am having trouble > packaging the documentation. There is a custom target that generates > HTML using DoxyGen (in a folder called html), and this gets installed > to /usr/doc/share during the

[CMake] Documentation in RPM Package

2016-12-20 Thread Paul Londino
Hello, I am trying to create an RPM package using CPack. I am having trouble packaging the documentation. There is a custom target that generates HTML using DoxyGen (in a folder called html), and this gets installed to /usr/doc/share during the packaging process. However, this generates 12,000+ fi

Re: [CMake] 'No known features for CXX compiler' warning with custom Clang

2016-12-20 Thread James Turner
> On 19 Dec 2016, at 09:51, James Turner wrote: > > In my case there is no feature_tests.cxx generated at all. For the benefit of posterity, Robert very kindly figured this out: the problem is I did not have CMP0025 set, and the minimum CMake version was set < 3.3 This breaks compiler featur