Skip to content

Commit 019f61a

Browse files
authored
nlopt: fix tests failing when luksan solvers are disabled
1 parent 6105691 commit 019f61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ foreach (algo_index RANGE 28) # 42
5656
endif ()
5757
# Check if LUKSAN targets are available.
5858
if (NOT NLOPT_LUKSAN)
59-
set (list_of_algorithms_requiring_luksan 10 11 12 13 14 15 16 17)
59+
set (list_of_algorithms_requiring_luksan 10 11 12 13 14 15 16 17 18)
6060
if (algo_index IN_LIST list_of_algorithms_requiring_luksan)
6161
set_tests_properties (testopt_algo${algo_index}_obj${obj_index} PROPERTIES DISABLED TRUE)
6262
endif()

0 commit comments

Comments
 (0)