From 561b291df0a52e7549809943f7978b5b9d5b0432 Mon Sep 17 00:00:00 2001 From: Johnny Vogels <35307256+jmv2009@users.noreply.github.com> Date: Tue, 3 Jun 2025 22:22:51 +0200 Subject: [PATCH] Update CMakeLists.txt https://github.com/TESSEorg/ttg/issues/86 https://github.com/FEniCS/dolfinx/pull/3734 --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 42a5b6ef045..8e8bf4d2680 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) -project(dolfinx_nanobind LANGUAGES CXX) +project(dolfinx_nanobind LANGUAGES C CXX) if(WIN32) # Windows requires all symbols to be manually exported. This flag exports all