From 8a3b5bede8c8fc16b7b7b25d7e665e8936de04ee Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Mon, 10 Jun 2013 16:07:45 +0200 Subject: 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). --- Source/cmExportTryCompileFileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/cmExportTryCompileFileGenerator.cxx b/Source/cmExportTryCompileFileGenerator.cxx index 948508b..29406dc 100644 --- a/Source/cmExportTryCompileFileGenerator.cxx +++ b/Source/cmExportTryCompileFileGenerator.cxx @@ -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); -- cgit v0.12