Remove languages from cmake project statement

Fix #3088
This commit is contained in:
Jeremy Hayes 2022-12-19 12:41:07 -07:00 committed by Jeremy Hayes
parent f9b760e6c7
commit dcae187376

View File

@ -41,7 +41,7 @@ if(POLICY CMP0054)
cmake_policy(SET CMP0054 NEW)
endif()
project(glslang LANGUAGES CXX)
project(glslang)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)