azure-sdk-for-c icon indicating copy to clipboard operation
azure-sdk-for-c copied to clipboard

Map file generation in cmake 3.10

Open danieljurek opened this issue 5 years ago • 0 comments

Current map file generation uses add_link_options which is only available in cmake >= 3.13. To get map files generating in cmake 3.10 the linker options will have to be provided a different way.

danieljurek avatar Sep 04 '20 22:09 danieljurek