Skip to content

Commit

Permalink
Add C to list of cmake project languages (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano committed Apr 20, 2024
1 parent b53b601 commit cddb3be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
project(openmc CXX)
project(openmc C CXX)

# Set version numbers
set(OPENMC_VERSION_MAJOR 0)
Expand Down

0 comments on commit cddb3be

Please sign in to comment.