mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 19:07:41 +03:00
Remove LINK_SEARCH_END_STATIC
This commit is contained in:
parent
da3962b837
commit
25508229e4
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@ add_executable(minisign
|
|||
src/minisign.c)
|
||||
|
||||
if(STATIC_LIBSODIUM)
|
||||
set_target_properties(minisign PROPERTIES LINK_SEARCH_END_STATIC ON)
|
||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue