MantisBT - CMake
View Issue Details
0010711CMakeCMakepublic2010-05-14 01:342016-06-10 14:31
th3flyboy 
Kitware Robot 
normalminoralways
closedmoved 
CMake-2-8 
 
0010711: Cmake will not add includes to projects that have ++ in the include directory title
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.
No tags attached.
? FindSigC++.cmake (1,035) 2010-05-14 01:34
https://public.kitware.com/Bug/file/3111/FindSigC%2B%2B.cmake
Issue History
2010-05-14 01:34th3flyboyNew Issue
2010-05-14 01:34th3flyboyFile Added: FindSigC++.cmake
2010-05-14 10:04Bill HoffmanNote Added: 0020737
2011-01-17 15:57David ColeAssigned To => David Cole
2011-01-17 15:57David ColeStatusnew => assigned
2011-10-25 22:25David ColeStatusassigned => backlog
2011-10-25 22:27David ColeAssigned ToDavid Cole =>
2016-06-10 14:28Kitware RobotNote Added: 0041697
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0020737)
Bill Hoffman   
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   
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.