Do not guard against multiple Blaze_Import() calls

Merged
#55 · Created  · Last updated

Merged pull request

Merged in lrm-remove-blaze-import-guard (pull request #55) - Do not guard against multiple Blaze_Import() calls

c4d9e85·Author: ·Closed by: ·2021-11-13

Description

Guarding against multiple Blaze_Import() calls will cause subsequent invocations of CMake to improperly configure the Blaze target. To avoid this we remove the guard inside of Blaze_Import() and always run the function. There should be no adverse side effects and indeed, because the Blaze target is an INTERFACE target it must be reconfigured since its settings (include directories, for example) are not persisted with the build system itself.

Resolves #422

0 attachments

0 comments

Loading commits...