Skip to content

Commit 0de5efb

Browse files
committed
Update CMake
Updated CMakeLists to the same standards as the FEBio repo.
1 parent 1809609 commit 0de5efb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
cmake_minimum_required(VERSION 3.1.0)
2-
3-
set(CMAKE_CXX_STANDARD 14)
1+
cmake_minimum_required(VERSION 3.10)
2+
set(CMAKE_CXX_STANDARD 17)
43
set(CMAKE_CXX_STANDARD_REQUIRED ON)
4+
mark_as_advanced(FORCE CMAKE_INSTALL_PREFIX)
55

66
project(FEBioWarp)
77

0 commit comments

Comments
 (0)