From 9694450d6d4f841a0cb809e3838445c7338b54bb Mon Sep 17 00:00:00 2001 From: Epixu Date: Tue, 22 Aug 2023 15:56:22 +0300 Subject: [PATCH] Setting cmake project's language property somehow breaks the clang-cl build, so reverted that change --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7072533..5f082a2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,6 @@ project(LangulusCore VERSION 1.0.0 DESCRIPTION "Langulus core library" HOMEPAGE_URL https://langulus.com - LANGUAGES CXX ) add_library(LangulusCore INTERFACE)