mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 21:58:50 -05:00
587bad7ba2
Warn if `DESCRIPTION` or `VERSION` is given without a following value.
3 lines
103 B
CMake
3 lines
103 B
CMake
cmake_policy(SET CMP0048 NEW)
|
|
project(ProjectDescriptionTest VERSION 1.0.0 DESCRIPTION LANGUAGES NONE)
|