Skip to content

Commit c1d39e7

Browse files
authored
Merge pull request #19 from ljacobson64/r2s_tally_fix_lucas
C++11
2 parents 0e79890 + 02a61eb commit c1d39e7

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(DAGMC)
2-
cmake_minimum_required(VERSION 2.8)
2+
cmake_minimum_required(VERSION 3.1)
33
enable_language(Fortran)
44

55
# Set DAGMC version

src/tally/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ file(GLOB PUB_HEADERS "*.hpp")
66
set(LINK_LIBS lapack dagmc)
77
set(LINK_LIBS_EXTERN_NAMES)
88

9+
set(CMAKE_CXX_STANDARD 11)
10+
911
dagmc_install_library(dagtally)
1012

1113
if (BUILD_TESTS)

0 commit comments

Comments
 (0)