MantisBT - CMake
View Issue Details
0008344CMakeCMakepublic2009-01-04 23:482016-06-10 14:30
tron_thomas 
Bill Hoffman 
normalfeaturealways
closedmoved 
CMake-2-6 
 
0008344: Support Objective-C++ language for set_source_file_properties on Mac OS X
When configuring project files on the Mac OS X platform, it would be nice if set_source_files_properties supported a feature that could set the compiler language for specified files to Objective-C++.
No tags attached.
Issue History
2009-01-04 23:48tron_thomasNew Issue
2009-09-14 15:25Bill HoffmanStatusnew => assigned
2009-09-14 15:25Bill HoffmanAssigned To => Bill Hoffman
2010-09-29 07:02Hartmut SeichterNote Added: 0022380
2010-11-03 22:56Mario HrosNote Added: 0022823
2011-01-06 16:42David RogersNote Added: 0024491
2016-06-10 14:27Kitware RobotNote Added: 0041490
2016-06-10 14:27Kitware RobotStatusassigned => resolved
2016-06-10 14:27Kitware RobotResolutionopen => moved
2016-06-10 14:30Kitware RobotStatusresolved => closed

Notes
(0022380)
Hartmut Seichter   
2010-09-29 07:02   
still the case for CMake 2.8 - shouldn't this be using the method in 0009126 as this is specific to Xcode?
(0022823)
Mario Hros   
2010-11-03 22:56   
I would love to see this implemented as I have .cpp files in my multi-platform project which needs to be build with -x objective-c++ on Apple platforms. Now I have ugly wrapper for this...
(0024491)
David Rogers   
2011-01-06 16:42   
set_source_files_properties(Something.cpp PROPERTIES COMPILE_FLAGS "-x objective-c++") works for me.
(0041490)
Kitware Robot   
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.