mirror of
https://github.com/jedisct1/libsodium.git
synced 2024-12-19 18:15:18 -07:00
Merge pull request #893 from AJenbo/patch-1
Findsodium.cmake: Support "Generic" platform
This commit is contained in:
commit
dcc2e06c93
@ -44,7 +44,7 @@ endif()
|
||||
|
||||
# ##############################################################################
|
||||
# UNIX
|
||||
if(UNIX)
|
||||
if(UNIX OR CMAKE_SYSTEM_NAME STREQUAL "Generic")
|
||||
# import pkg-config
|
||||
find_package(PkgConfig QUIET)
|
||||
if(PKG_CONFIG_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user