mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
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.
This commit is contained in:
@@ -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(
|
add_custom_command(
|
||||||
OUTPUT output.txt
|
OUTPUT output.txt
|
||||||
COMMAND ${CMAKE_COMMAND} -E echo CustomCommand > output.txt
|
COMMAND ${CMAKE_COMMAND} -E echo CustomCommand > output.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user