On Mon, Jun 20, 2016 at 8:47 PM, Lee Butler wrote:
> I have a source tree which contains multiple directories each of which has
> a subdirectory called "xyz". I want to create a target that creates a zip
> file with each of the xyz directories. So if the source tree looks like
> src
> src/x
To generate for V110 toolset, you can just use visual studio 11 generator and
open the result in VS14.
HS
Am 21. Juni 2016 16:28:36 MESZ, schrieb Lars :
>Hello,
>
>Environment is Windows 7sp1, CMake 3.5.2 and Visual Studio 2015 Pro.
>
>Running below command in MSBuild Command prompt for VS201
Hello,
Environment is Windows 7sp1, CMake 3.5.2 and Visual Studio 2015 Pro.
Running below command in MSBuild Command prompt for VS2015 shell;
cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 14 2015" -T v110 ../src
output is;
The c compiler identification is unknown
The cxx compiler identif
We have switched over to gitlab for our issue tracking. You can report
your issue at: https://gitlab.kitware.com/cmake/cmake/issues
On Mon, Jun 20, 2016 at 6:04 AM, Wim Bekker wrote:
> Hi,
>
> In cmake 3.5.0, 3.5.2 and 3.6.0 rc1 and 2 my resource file is compiled every
> time I build.
>
> I'm try