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