mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add C to list of cmake project languages (#2969)
This commit is contained in:
parent
b53b601edc
commit
cddb3be139
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue