When compiling a target that has specific C++ requirements, one can use the new CMake function target_compile_features() [1].
There is currently no way of passing these requirements to SEMMacroBuildCLI, and the targets created in the macro are not exposed to the user.
It would be great to either be able:
- to pass the requirements to the CMake macro or
- to expose the list of targets created by the macro.
Note: Both solutions are not mutually exclusive and even if 1) is implemented, 2) might still be useful in certain corner cases.
[1] https://cmake.org/cmake/help/v3.6/command/target_compile_features.html