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.k...@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
>

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to