diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt index 42a5b6ef04..8e8bf4d268 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