diff options
author | Brad King <brad.king@kitware.com> | 2018-03-09 07:15:33 -0500 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2018-03-15 21:52:21 +1100 |
commit | c89993d529efa53ce869537cd902f57064c9c678 (patch) | |
tree | 2f522f18d4beeea1e6fed13e27586c358405b88f /Tests | |
parent | 07f9f41f503985dbd1fb0a657beadcfee95347e0 (diff) | |
download | cmake-c89993d529efa53ce869537cd902f57064c9c678.tar.gz |
Tests: Avoid enabling languages unnecessarily in RunCMake.project
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/RunCMake/project/ProjectDescriptionNoArg.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/project/ProjectDescriptionNoArg.cmake b/Tests/RunCMake/project/ProjectDescriptionNoArg.cmake index 64bac54b3d..25acff8408 100644 --- a/Tests/RunCMake/project/ProjectDescriptionNoArg.cmake +++ b/Tests/RunCMake/project/ProjectDescriptionNoArg.cmake @@ -1,2 +1,2 @@ cmake_policy(SET CMP0048 NEW) -project(ProjectDescriptionTest VERSION 1.0.0 DESCRIPTION) +project(ProjectDescriptionTest VERSION 1.0.0 LANGUAGES NONE DESCRIPTION) |