Browse Source

Test ProjectInclude: Add NONE to avoid enabling languages

Ruslan Baratov 6 năm trước cách đây
mục cha
commit
390f14a244
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()