Explorar o código

Test ProjectInclude: Add NONE to avoid enabling languages

Ruslan Baratov %!s(int64=6) %!d(string=hai) anos
pai
achega
390f14a244
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
   message(FATAL_ERROR "include file not found")
 endif()