[cmake-developers] Odd behaviour in VS14 (Visual studio 2015)
Biddiscombe, John A.
biddisco at cscs.ch
Fri Sep 11 18:21:49 EDT 2015
Brad,
I had a look at the .vcxproj files and there is no trace of odd paths in
there.
I realise now that I have #include statements of the kind
#include <vtkm/worklet/gaussian.h>
And clearly it is VS that is appending these unixy paths to the (correct)
cmake generated path prefix for the project etc.
It appears to be a VS problem rather than a cmake one. I will investigate
elsewhere.
Thanks for the suggestion and sorry for the noise.
JB
On 11/09/15 20:15, "Brad King" <brad.king at kitware.com> wrote:
>On 09/11/2015 08:38 AM, Biddiscombe, John A. wrote:
>> I have been having problems with projects in VS14 and it appears
>> to be caused by the generation of paths used by/in the IDE
>>
>> D:\Code\hvtkm\vtkm\vtkm/worklet/GaussianSplatter.h
>>
>> whereas it used to always be
>>
>> D:\Code\hvtkm\vtkm\vtkm\worklet\GaussianSplatter.h
>
>Please provide a minimal test project that shows this behavior.
>Also please show a snippet of the .vcxproj content that has
>such slashes.
>
>Thanks,
>-Brad
>
More information about the cmake-developers
mailing list