Using cmake 3.3.1

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

Note the forwardslash instead of backslash in the latest IDE

The result is that when you click on an error, the window opens up a 'new' copy 
of the file and changes you make in it are not always picked up, syntax 
highlighting, debug watches/vars don't work and I've lost quite a bit of work 
by having 'N' copies of the file open and saved one without realising another 
was open multiple times with changes in.

I will submit a bug report, but before I do, has anyone else noticed this (I'm 
afraid I don't follow the list very thoroughly and my quick check on mantis 
revealed nothing). I suspect I'm doing something wrong, so though I'd ask 
before creating an issue...

thanks

JB


--
John Biddiscombe,                        email:biddisco @.at.@ cscs.ch
http://www.cscs.ch/
CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
Via Trevano 131, 6900 Lugano, Switzerland   | Fax:  +41 (91) 610.82.82

-- 

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