mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +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)
|
src/minisign.c)
|
||||||
|
|
||||||
if(STATIC_LIBSODIUM)
|
if(STATIC_LIBSODIUM)
|
||||||
set_target_properties(minisign PROPERTIES LINK_SEARCH_END_STATIC ON)
|
|
||||||
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
set(CMAKE_FIND_LIBRARY_SUFFIXES .lib .a ${CMAKE_FIND_LIBRARY_SUFFIXES})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue