diff options
author | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-27 19:33:37 (GMT) |
---|---|---|
committer | Ruslan Baratov <ruslan_baratov@yahoo.com> | 2019-03-27 19:33:37 (GMT) |
commit | 390f14a24416f23801f5644eb51590f8317d35c7 (patch) | |
tree | 375679b3b98ba98058ae85487115bc3c53db8e97 /Tests/CMakeOnly | |
parent | d2c0350c7b2e4e30673ddd09a7c6b1413b0c9471 (diff) | |
download | CMake-390f14a24416f23801f5644eb51590f8317d35c7.zip CMake-390f14a24416f23801f5644eb51590f8317d35c7.tar.gz CMake-390f14a24416f23801f5644eb51590f8317d35c7.tar.bz2 |
Test ProjectInclude: Add NONE to avoid enabling languages
Diffstat (limited to 'Tests/CMakeOnly')
-rw-r--r-- | Tests/CMakeOnly/ProjectInclude/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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() |