mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
CMakeLists.txt: specify only C language
By default C and CXX are enabled. This resulted in unnecessary C++ compiler check.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(deltachat)
|
||||
project(deltachat LANGUAGES C)
|
||||
|
||||
find_program(CARGO cargo)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user