Skip to content

Commit dc564d9

Browse files
committed
create branch
1 parent a2cf636 commit dc564d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
66
set(CMAKE_CXX_STANDARD 17)
77
endif()
88

9-
109
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1110
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
1211
set(CMAKE_CUDA_SEPARABLE_COMPILATION ON)
@@ -38,6 +37,7 @@ option(HIOP_USE_AXOM "Build with AXOM to use Sidre for scalable checkpointing" O
3837
option(HIOP_DEEPCHECKS "Extra checks and asserts in the code with a high penalty on performance" OFF)
3938
option(HIOP_WITH_KRON_REDUCTION "Build Kron Reduction code (requires UMFPACK)" OFF)
4039
option(HIOP_DEVELOPER_MODE "Build with extended warnings and options" OFF)
40+
4141
#with testing drivers capable of 'selfchecking' (-selfcheck)
4242
option(HIOP_WITH_MAKETEST "Enable 'make test'" ON)
4343
option(HIOP_BUILD_SHARED "Build shared library" OFF)

0 commit comments

Comments
 (0)