mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-01 20:00:51 -05:00
9d83a1ed1f
Rename the RunCMake/PackageInfo and RunCMake/CpsExportImport tests to indicate that they cover CPS generated by the install command. This opens space for similar tests that will cover CPS generation via the export command.
6 lines
158 B
CMake
6 lines
158 B
CMake
project(DependsMultipleDifferentSets CXX)
|
|
include(DependsMultipleCommon.cmake)
|
|
|
|
install(TARGETS foo EXPORT foo-alt)
|
|
install(EXPORT foo-alt DESTINATION cmake)
|