Browse Source

Merge pull request #893 from AJenbo/patch-1

Findsodium.cmake: Support "Generic" platform
master
Frank Denis 5 years ago
committed by GitHub
parent
commit
dcc2e06c93
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      contrib/Findsodium.cmake

2
contrib/Findsodium.cmake

@ -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…
Cancel
Save