MantisBT - CMake
View Issue Details
0015989CMakeCMakepublic2016-02-26 05:132016-06-10 14:21
LCID Fire 
 
normalminoralways
closedno change required 
Mac OSX
CMake 3.4.3 
 
0015989: target_compile_features not working properly for XCode
target_compile_features does not change "C++ Language Dialect" to C++14 when using `cxx_variable_templates`.
target_compile_features( yourtarget PRIVATE cxx_variable_templates )

C++ Language Dialect of yourtarget still is C++11 in XCode.
No tags attached.
Issue History
2016-02-26 05:13LCID FireNew Issue
2016-02-26 06:45LCID FireNote Added: 0040555
2016-02-26 06:48Gregor JasnyNote Added: 0040556
2016-02-26 08:29Brad KingNote Added: 0040557
2016-02-26 08:29Brad KingStatusnew => resolved
2016-02-26 08:29Brad KingResolutionopen => no change required
2016-06-10 14:21Kitware RobotNote Added: 0041240
2016-06-10 14:21Kitware RobotStatusresolved => closed

Notes
(0040555)
LCID Fire   
2016-02-26 06:45   
Sorry, my bad. Actually works fine when done properly :)
(0040556)
Gregor Jasny   
2016-02-26 06:48   
could you please quote the actual compiler invocation?
(0040557)
Brad King   
2016-02-26 08:29   
> Sorry, my bad. Actually works fine when done properly :)

Okay, resolving for now.
(0041240)
Kitware Robot   
2016-06-10 14:21   
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.