Skip to content

Commit

Permalink
fix cmake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMlashkin committed Dec 11, 2024
1 parent d821aab commit a8f48ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto3/libs/multiprecision/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ macro(define_big_int_test name)
# target_link_libraries(${test_name} no_eh_support)
add_dependencies(${CURRENT_PROJECT_NAME}_test_suite_big_int_tests ${test_name})

endmacro(define_big_uint_test)
endmacro(define_big_int_test)

set(RUNTIME_TESTS_NAMES
"inverse"
Expand Down

0 comments on commit a8f48ce

Please sign in to comment.