CMake/Tests/ExportImport
Stephen Kelly 7a619fa6fb Fix cmGeneratorExpression::Preprocess for interleaved inputs.
We can't find both preprocessing expressions at once, because then
the BUILD_INTERFACE will always be favored if both are present, even
if INSTALL_INTERFACE appears first.

This was affecting the behavior of install(EXPORT) because the
INTERFACE_INCLUDE_DIRECTORIES contained entries like

 /foo/include;$<INSTALL_INTERFACE:/bar/include>

As the INSTALL_INTERFACE always evaluates to '0', it always needs
to be preprocessed properly.
2013-03-18 15:09:47 +01:00
..
Export Fix cmGeneratorExpression::Preprocess for interleaved inputs. 2013-03-18 15:09:47 +01:00
Import Handle targets in the LINK_LIBRARIES of try_compile. 2013-02-22 08:35:39 -05:00
CMakeLists.txt Tests: Add generator toolset support 2013-02-07 11:09:56 -05:00
InitialCache.cmake.in Convert CMake-language commands to lower case 2012-08-13 14:19:16 -04:00
main.c ENH: Added ExportImport test to test new export/import features. 2008-01-28 08:40:21 -05:00