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:
Brad King 2013-06-24 08:46:34 -04:00 committed by CMake Topic Stage
commit 6d7b124f7b

View File

@ -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);