diff --git a/CMakeLists.txt b/CMakeLists.txt index 472dec6..50b5d89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,8 +20,7 @@ cmake_minimum_required(VERSION 3.10.2) -# NONE = this project has no language toolchain requirement. -project(Vulkan-Headers NONE) +project(Vulkan-Headers LANGUAGES C) # User-interface declarations ---------------------------------------------------------------------------------------------------- # This section contains variables that affect development GUIs (e.g. CMake GUI and IDEs), such as option(), folders, and variables