Skip to content

Commit 1c9e79c

Browse files
authored
Revert CMake change made in #3756. (#3818)
1 parent 11cd7e0 commit 1c9e79c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.21)
22

3-
project(dolfinx_nanobind LANGUAGES CXX C)
3+
project(dolfinx_nanobind LANGUAGES CXX)
44

55
if(WIN32)
66
# Windows requires all symbols to be manually exported. This flag exports all

0 commit comments

Comments
 (0)