mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Implement policy for Python, C++, and CMake versions (#3035)
This commit is contained in:
parent
8be35cd7b5
commit
89d4dafa5a
10 changed files with 44 additions and 29 deletions
|
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.16 FATAL_ERROR)
|
||||
project(openmc_sources CXX)
|
||||
add_library(parameterized_source SHARED parameterized_source_ring.cpp)
|
||||
find_package(OpenMC REQUIRED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue