We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ce55b commit 5ef69eaCopy full SHA for 5ef69ea
tests/unit/opflow/objective/CMakeLists.txt
@@ -19,10 +19,11 @@ list(TRANSFORM obj_network_files PREPEND ${prefix})
19
20
set(solvers IPOPT HIOP HIOP HIOPSPARSE)
21
set(models POWER_BALANCE_POLAR POWER_BALANCE_HIOP POWER_BALANCE_POLAR)
22
+set(dependencies IPOPT HIOP HIOP_SPARSE)
23
if(EXAGO_ENABLE_RAJA)
24
set(models ${models} PBPOLRAJAHIOP)
25
+ set(dependencies ${dependencies} HIOP)
26
endif()
-set(dependencies IPOPT HIOP HIOP HIOP_SPARSE)
27
28
if(EXAGO_INSTALL_TESTS)
29
install(TARGETS objective_acopf DESTINATION tests/unit/opflow/objective)
0 commit comments