Browse Source

Test ProjectInclude: Add NONE to avoid enabling languages

Ruslan Baratov 6 years ago
parent
commit
390f14a244
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/CMakeOnly/ProjectInclude/CMakeLists.txt

+ 1 - 1
Tests/CMakeOnly/ProjectInclude/CMakeLists.txt

@@ -1,4 +1,4 @@
-project(ProjectInclude)
+project(ProjectInclude LANGUAGES NONE)
 if(NOT AUTO_INCLUDE)
 if(NOT AUTO_INCLUDE)
   message(FATAL_ERROR "include file not found")
   message(FATAL_ERROR "include file not found")
 endif()
 endif()