Test ProjectInclude: Add NONE to avoid enabling languages

This commit is contained in:
Ruslan Baratov 2019-03-27 22:33:37 +03:00
parent d2c0350c7b
commit 390f14a244

View File

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