Skip to content

Commit

Permalink
Add C to list of cmake project languages (openmc-dev#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulromano authored and church89 committed Jul 18, 2024
1 parent 89ccbab commit 29bec39
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 29bec39

Please sign in to comment.