Hi,

We've recently switched to using cmake and I've got some 'issues'. We use 
Windows with Visual Studio and MSVC (Visual Studio 10 2010 Win64 generator).


1.       In cmake error output the output format is not compatible with VS so 
when the VS console displays it, you cannot click on the filename to open it:

I get this:


1>  CMake Error at D:/depot/ef/wrk/CMakeLists.txt:210 (GET_TARGET_PROPERTY):



And it should look like this for VS to work:


1>  CMake Error at D:/depot/ef/wrk/CMakeLists.txt(210) (GET_TARGET_PROPERTY):



Can I change the format in CMakeLists.txt or do I need to patch the sources? In 
the case of the latter could you point me to right place in the code?



2.       When I get an error in CMake it displays the CMakeListst.txt file, the 
error occurred in and the root file. Is this possible to get the whole 'stack 
trace' with all the files

That are involved (through ADD_SUBDIRECTORY)?



3.       CMake seems to generate .vcxproj.filters files as well as .vcxproj 
files. Is there a way to turn this off so people could use their own .filters 
files?

Thanks for help!


Best regards
for Det Norske Veritas Poland Sp. z o.o.

Jakub Golebiewski M.Sc
Software Engineer, Development Gdynia

E-mail jakub.golebiew...@dnvgl.com<mailto:jakub.golebiew...@dnvgl.com>
Mobile +48 606 33 66 59
www.dnvgl.com<http://www.dnvgl.com/>  |  
LinkedIn<http://www.linkedin.com/company/dnvgl>

[DNV GL]<http://www.dnvgl.com/>


**************************************************************************************
This e-mail and any attachments thereto may contain confidential information 
and/or information protected by intellectual property rights for the exclusive 
attention of the intended addressees named above. If you have received this 
transmission in error, please immediately notify the sender by return e-mail 
and delete this message and its attachments. Unauthorized use, copying or 
further full or partial distribution of this e-mail or its contents is 
prohibited.
**************************************************************************************
-- 

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

Reply via email to