mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-06 00:47:11 +02:00
Initial ZMQ bindings.
This commit is contained in:
8
vendor/ZMQ/builds/cmake/Modules/FindNSS3.cmake
vendored
Normal file
8
vendor/ZMQ/builds/cmake/Modules/FindNSS3.cmake
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
include(FindPackageHandleStandardArgs)
|
||||
|
||||
if (NOT MSVC)
|
||||
find_package(PkgConfig REQUIRED)
|
||||
pkg_check_modules(NSS3 "nss>=3.19")
|
||||
find_package_handle_standard_args(NSS3 DEFAULT_MSG NSS3_LIBRARIES NSS3_CFLAGS)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user