View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010711CMakeCMakepublic2010-05-14 01:342016-06-10 14:31
Reporterth3flyboy 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionFixed in Version 
Summary0010711: Cmake will not add includes to projects that have ++ in the include directory title
DescriptionWhen 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.
TagsNo tags attached.
Attached Files? file icon FindSigC++.cmake [^] (1,035 bytes) 2010-05-14 01:34

 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.

 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


Copyright © 2000 - 2018 MantisBT Team