[CMake] Visual Studio 2015 Generator crash 3.13

2018-11-22 Thread Harry Mallon
Hi, I just updated to CMake 3.13 (to get the IPO in Visual Studio). I am using Visual Studio Build tools 2017 (with 2015 extra tools installed). This crashes (without any feedback): call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x86_x64 -

Re: [CMake] CPack RPM: file XXX conflicts with file from package filesystem-yyy...

2018-11-22 Thread Eric Noulard
Le jeu. 22 nov. 2018 à 16:16, Mario Emmenlauer a écri > > I'm trying to build an RPM with CPack, and everything seems to work, > but the resulting package can not be installed. I get Transaction check > error: > file / from install of conflicts with file from package > filesystem-3.2-25.el7.x8

[CMake] CPack RPM: file XXX conflicts with file from package filesystem-yyy...

2018-11-22 Thread Mario Emmenlauer
I'm trying to build an RPM with CPack, and everything seems to work, but the resulting package can not be installed. I get Transaction check error: file / from install of conflicts with file from package filesystem-3.2-25.el7.x86_64 file /opt from install of conflicts with file from packag

Re: [CMake] Can I make ProjectGuid value in Visual Studio C++ project file (vcxproj) set manually?

2018-11-22 Thread tonka3...@gmail.com
Simple question. Why you want the same guid again? > Am 22.11.2018 um 10:49 schrieb Hyunjik Bae : > > Can I make ProjectGuid value in Visual Studio C++ project file (vcxproj) set > manually? > > Every time I create vcxproj files from CMake, the ProjectGuid is sometimes > changed. Other C++ pro

[CMake] CMake 3.13 Interprocedural Optimization for Visual C++: Whole Program Optimization (LTCG)

2018-11-22 Thread Niels Dekker
I'm very pleased that CMake 3.13 (just released) includes the "IPO for VS" feature that I implemented, with help from Brad Kind: it allows enabling Whole Program Optimization (Link Time Code Generation) on a Visual C++ project, by means of CMake flag INTERPROCEDURAL_OPTIMIZATION. Visual Studio

[CMake] Can I make ProjectGuid value in Visual Studio C++ project file (vcxproj) set manually?

2018-11-22 Thread Hyunjik Bae
Can I make ProjectGuid value in Visual Studio C++ project file (vcxproj) set manually? Every time I create vcxproj files from CMake, the ProjectGuid is sometimes changed. Other C++ projects have build dependency to the CMake-generated vcxproj files, however, whenever ProjectGuid becomes different,