| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0009884 | CMake | CMake | public | 2009-11-11 15:53 | 2016-06-10 14:31 | ||||
| Reporter | Thomas Harning | ||||||||
| Assigned To | Kitware Robot | ||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-6 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0009884: Commas in the path to a project do not force output to be quoted for VS2008 projects | ||||||||
| Description | Visual Studio 2008 interprets both semicolon and commas as separators for include paths (at the least). If a path to a project contains a comma, ex: C:\MyProject-1,0\ then paths such as the 'include' path are split in such a way when included.. Ex: include_directories(include) in that project will yield: include paths: C:\MyProject-1 0\include CMake needs to know the VS2008 rules for project output. The same is likely to apply to VS 20** | ||||||||
| Tags | studio, visual | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0024370) Bill Hoffman (manager) 2011-01-03 17:33 |
I was not able to reproduce this.... It might be fixed. foo.vcproj: AdditionalIncludeDirectories=""C:\Users\hoffman\Work\My Builds\test,1\include";" hoffman@metaverse ~/Work/My Builds/test,1/b $ cat ../CMakeLists.txt project(foo) include_directories(include) add_library(foo foo.c) Works with both these versions: cmake version 2.8.3 cmake version 2.8.3.20110103-ga67fd |
|
(0024550) David Cole (manager) 2011-01-10 14:50 |
Not enough time to get a fix for this into CMake 2.8.4 -- deferring until later. |
|
(0041615) Kitware Robot (administrator) 2016-06-10 14:27 |
Resolving issue as `moved`. This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2009-11-11 15:53 | Thomas Harning | New Issue | |
| 2009-11-11 15:54 | Thomas Harning | Tag Attached: studio | |
| 2009-11-11 15:54 | Thomas Harning | Tag Attached: visual | |
| 2010-12-14 16:13 | David Cole | Assigned To | => David Cole |
| 2010-12-14 16:13 | David Cole | Status | new => assigned |
| 2010-12-17 07:41 | David Cole | Target Version | => CMake 2.8.4 |
| 2011-01-03 17:33 | Bill Hoffman | Note Added: 0024370 | |
| 2011-01-10 14:50 | David Cole | Note Added: 0024550 | |
| 2011-01-10 14:50 | David Cole | Target Version | CMake 2.8.4 => |
| 2011-10-25 22:25 | David Cole | Status | assigned => backlog |
| 2011-10-25 22:27 | David Cole | Assigned To | David Cole => |
| 2016-06-10 14:27 | Kitware Robot | Note Added: 0041615 | |
| 2016-06-10 14:27 | Kitware Robot | Status | backlog => resolved |
| 2016-06-10 14:27 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:27 | Kitware Robot | Assigned To | => Kitware Robot |
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |