We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6105691 commit 019f61aCopy full SHA for 019f61a
test/CMakeLists.txt
@@ -56,7 +56,7 @@ foreach (algo_index RANGE 28) # 42
56
endif ()
57
# Check if LUKSAN targets are available.
58
if (NOT NLOPT_LUKSAN)
59
- set (list_of_algorithms_requiring_luksan 10 11 12 13 14 15 16 17)
+ set (list_of_algorithms_requiring_luksan 10 11 12 13 14 15 16 17 18)
60
if (algo_index IN_LIST list_of_algorithms_requiring_luksan)
61
set_tests_properties (testopt_algo${algo_index}_obj${obj_index} PROPERTIES DISABLED TRUE)
62
endif()
0 commit comments