This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
51c82c3a66
CMake
/
Tests
/
RunCMake
/
CompileFeatures
/
NotAFeature_OriginDebug_tar...
2 lines
2 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add target_compile_features command. This can be used to set the compiler features required by particular targets. An error is issued at CMake time if the compiler does not support the required feature. If a language dialect flag is required by the features used, that will be added automatically. Base the target_compile_features command on cmTargetPropCommandBase. This gives us 'free' handling of IMPORTED, ALIAS, INTERFACE, non-compilable and missing targets.
2013-10-13 16:25:08 +04:00
1