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.
ENVIRONMENT
1 parent 26e4a7c commit c232486Copy full SHA for c232486
examples/CMakeLists.txt
@@ -10,13 +10,6 @@ function(add_example name)
10
)
11
set(test_name ${name}_example)
12
add_test(NAME ${test_name} COMMAND ${target_name})
13
- if(BUILD_SHARED_LIBS AND MSVC)
14
- # The DLL must reside either in the same folder where the executable is
15
- # or somewhere in PATH. Using the latter option.
16
- set_tests_properties(${test_name} PROPERTIES
17
- ENVIRONMENT "PATH=$<TARGET_FILE_DIR:secp256k1>;$ENV{PATH}"
18
- )
19
- endif()
20
endfunction()
21
22
add_example(ecdsa)
0 commit comments