File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
6
6
set (CMAKE_CXX_STANDARD 17)
7
7
endif ()
8
8
9
-
10
9
set (CMAKE_POSITION_INDEPENDENT_CODE ON )
11
10
set (CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE )
12
11
set (CMAKE_CUDA_SEPARABLE_COMPILATION ON )
@@ -38,6 +37,7 @@ option(HIOP_USE_AXOM "Build with AXOM to use Sidre for scalable checkpointing" O
38
37
option (HIOP_DEEPCHECKS "Extra checks and asserts in the code with a high penalty on performance" OFF )
39
38
option (HIOP_WITH_KRON_REDUCTION "Build Kron Reduction code (requires UMFPACK)" OFF )
40
39
option (HIOP_DEVELOPER_MODE "Build with extended warnings and options" OFF )
40
+
41
41
#with testing drivers capable of 'selfchecking' (-selfcheck)
42
42
option (HIOP_WITH_MAKETEST "Enable 'make test'" ON )
43
43
option (HIOP_BUILD_SHARED "Build shared library" OFF )
You can’t perform that action at this time.
0 commit comments