mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-10 00:59:28 -06:00
Find targets in INTERFACE_COMPILE_OPTIONS when exporting for try_compile.
This was missing from commit 80ca9c4b (Add COMPILE_OPTIONS target
property., 2013-05-16).
This commit is contained in:
@@ -33,6 +33,7 @@ bool cmExportTryCompileFileGenerator::GenerateMainFile(std::ostream& os)
|
|||||||
|
|
||||||
this->FindTargets("INTERFACE_INCLUDE_DIRECTORIES", te, emittedDeps);
|
this->FindTargets("INTERFACE_INCLUDE_DIRECTORIES", te, emittedDeps);
|
||||||
this->FindTargets("INTERFACE_COMPILE_DEFINITIONS", te, emittedDeps);
|
this->FindTargets("INTERFACE_COMPILE_DEFINITIONS", te, emittedDeps);
|
||||||
|
this->FindTargets("INTERFACE_COMPILE_OPTIONS", te, emittedDeps);
|
||||||
|
|
||||||
this->PopulateProperties(te, properties, emittedDeps);
|
this->PopulateProperties(te, properties, emittedDeps);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user