mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
339ae33e55
Fixes: #23351
6 lines
183 B
CMake
6 lines
183 B
CMake
include(${RunCMake_SOURCE_DIR}/check.cmake)
|
|
|
|
if(DEFINED CPACK_PRODUCTBUILD_DOMANS)
|
|
message(FATAL_ERROR "CPACK_PRODUCTBUILD_DOMANS was defined, but it should not have been")
|
|
endif()
|