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