mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
In commit da5ac4bb60 (cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS`
variable, 2019-07-10, v3.16.0-rc1~165^2) we added support for running
the `cpack -C ...` command-line with multiple configurations. Add an
explicit test for this.
Fixes: #19918
4 lines
100 B
CMake
4 lines
100 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|