| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0010711 | CMake | CMake | public | 2010-05-14 01:34 | 2016-06-10 14:31 | ||||
| Reporter | th3flyboy | ||||||||
| Assigned To | Kitware Robot | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||
| Status | closed | Resolution | moved | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | CMake-2-8 | ||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0010711: Cmake will not add includes to projects that have ++ in the include directory title | ||||||||
| Description | When attempting to add SigC++ to a CMake project, CMake appears to not add the include directory to the project, even though it detects it in the GUI. This occurs when the include command is in the form of something like: ${SigC++_INCLUDE_DIR} If the ++ is removed however, so it appears as ${SigC_INCLUDE_DIR} it detects it as a proper include command and will parse it and add it to the project. The CMake file in question regarding the FindSigc++.cmake is attached. | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0020737) Bill Hoffman (manager) 2010-05-14 10:04 |
How about using Cpp instead of c++ in the variable name? I mean you can not have ++ in a cmake variable name, or a c variable name... |
|
(0041697) Kitware Robot (administrator) 2016-06-10 14:28 |
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 |
| 2010-05-14 01:34 | th3flyboy | New Issue | |
| 2010-05-14 01:34 | th3flyboy | File Added: FindSigC++.cmake | |
| 2010-05-14 10:04 | Bill Hoffman | Note Added: 0020737 | |
| 2011-01-17 15:57 | David Cole | Assigned To | => David Cole |
| 2011-01-17 15:57 | David Cole | Status | new => assigned |
| 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:28 | Kitware Robot | Note Added: 0041697 | |
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved |
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved |
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot |
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |