From 390f14a24416f23801f5644eb51590f8317d35c7 Mon Sep 17 00:00:00 2001 From: Ruslan Baratov Date: Wed, 27 Mar 2019 22:33:37 +0300 Subject: Test ProjectInclude: Add NONE to avoid enabling languages --- Tests/CMakeOnly/ProjectInclude/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeOnly/ProjectInclude/CMakeLists.txt b/Tests/CMakeOnly/ProjectInclude/CMakeLists.txt index a9abb4a..ffce488 100644 --- a/Tests/CMakeOnly/ProjectInclude/CMakeLists.txt +++ b/Tests/CMakeOnly/ProjectInclude/CMakeLists.txt @@ -1,4 +1,4 @@ -project(ProjectInclude) +project(ProjectInclude LANGUAGES NONE) if(NOT AUTO_INCLUDE) message(FATAL_ERROR "include file not found") endif() -- cgit v0.12