Merge topic 'find-targets-in-INTERFACE_COMPILE_OPTIONS'
8a3b5be Find targets in INTERFACE_COMPILE_OPTIONS when exporting for try_compile.
This commit is contained in:
commit
6d7b124f7b
@ -33,6 +33,7 @@ bool cmExportTryCompileFileGenerator::GenerateMainFile(std::ostream& os)
|
||||
|
||||
this->FindTargets("INTERFACE_INCLUDE_DIRECTORIES", te, emittedDeps);
|
||||
this->FindTargets("INTERFACE_COMPILE_DEFINITIONS", te, emittedDeps);
|
||||
this->FindTargets("INTERFACE_COMPILE_OPTIONS", te, emittedDeps);
|
||||
|
||||
this->PopulateProperties(te, properties, emittedDeps);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user