MantisBT - CMake
View Issue Details
0008212CMakeCMakepublic2008-12-02 14:292009-01-08 18:10
Fred Eisele 
Alex Neundorf 
normalminoralways
closedduplicate 
CMake-2-6 
 
0008212: error mapping quoted variables into .cprojects pathentry
Regarding the 'Ecllipse CDT - Unix Makefiles' generator.

When generating code for OpenSceneGraph I noticed the following line in .cprojects
 <pathentry kind="mac" name="OSG_DEBUG_POSTFIX" path="" value=""d""/>

It is the ""d"" that is the problem.

The corresponding line in the CMakeLists.txt is
 SET(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "add a postfix, usually d on windows")

When I manually remove the extra quotation marks around the 'd' in the pathentry element that seems to work correctly.
No tags attached.
duplicate of 0008205closed Alex Neundorf CDT4 generator does not "escape" compiler definitions containing quotes 
Issue History
2008-12-02 14:29Fred EiseleNew Issue
2008-12-02 14:35Fred EiseleNote Added: 0014272
2008-12-02 14:46Bill HoffmanStatusnew => assigned
2008-12-02 14:46Bill HoffmanAssigned To => Alex Neundorf
2008-12-13 18:13Alex NeundorfAssigned ToAlex Neundorf => Miguel Figueroa
2008-12-13 18:13Alex NeundorfCategoryCCMake => CMake
2008-12-30 13:44Miguel FigueroaRelationship addedduplicate of 0008205
2009-01-08 18:10Alex NeundorfAssigned ToMiguel Figueroa => Alex Neundorf
2009-01-08 18:10Alex NeundorfNote Added: 0014492
2009-01-08 18:10Alex NeundorfStatusassigned => closed
2009-01-08 18:10Alex NeundorfResolutionopen => duplicate

Notes
(0014272)
Fred Eisele   
2008-12-02 14:35   
See 8205
(0014492)
Alex Neundorf   
2009-01-08 18:10   
Same as 0008205

Alex