Browse Source

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.
Brad King 6 years ago
parent
commit
39e7fd8c68
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Tests/RunCMake/CommandLine/ExplicitDirs/CMakeLists.txt

+ 2 - 1
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