From 39e7fd8c68a1f039f089756352a418bd0ae36aea Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 10 Apr 2019 09:33:02 -0400 Subject: Tests: Avoid enabling languages in RunCMake.CommandLine -S and -B cases The test project does not compile any sources and so does not need to enable any languages. --- Tests/RunCMake/CommandLine/ExplicitDirs/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/RunCMake/CommandLine/ExplicitDirs/CMakeLists.txt b/Tests/RunCMake/CommandLine/ExplicitDirs/CMakeLists.txt index 0ca5a0a..fc62914 100644 --- a/Tests/RunCMake/CommandLine/ExplicitDirs/CMakeLists.txt +++ b/Tests/RunCMake/CommandLine/ExplicitDirs/CMakeLists.txt @@ -1,4 +1,5 @@ -cmake_minimum_required(VERSION 3.0.0 FATAL_ERROR) +cmake_minimum_required(VERSION 3.14) +project(ExplicitDirs NONE) add_custom_command( OUTPUT output.txt COMMAND ${CMAKE_COMMAND} -E echo CustomCommand > output.txt -- cgit v0.12