From 55cf21bfdab05f1c53ca192acd619aa2dca253b1 Mon Sep 17 00:00:00 2001 From: "Garth N. Wells" Date: Tue, 22 Jul 2025 08:40:30 +0100 Subject: [PATCH] Revert CMake change made in #3756. --- python/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index f944e00e601..5893048c3c5 100644 --- a/python/CMakeLists.txt +++ b/python/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) -project(dolfinx_nanobind LANGUAGES CXX C) +project(dolfinx_nanobind LANGUAGES CXX) if(WIN32) # Windows requires all symbols to be manually exported. This flag exports all