cmake: fix WIN32 variable.
This commit is contained in:
parent
46dd495229
commit
2e91abed4c
@ -68,7 +68,7 @@ check_include_files(unistd.h HAVE_UNISTD_H)
|
|||||||
# Libraries that we have a hard dependency on
|
# Libraries that we have a hard dependency on
|
||||||
find_package(OpenSSL REQUIRED)
|
find_package(OpenSSL REQUIRED)
|
||||||
|
|
||||||
if(!WINDOWS)
|
if(NOT WIN32)
|
||||||
find_package(ZLIB REQUIRED)
|
find_package(ZLIB REQUIRED)
|
||||||
find_package(ALSA)
|
find_package(ALSA)
|
||||||
find_package(PulseAudio)
|
find_package(PulseAudio)
|
||||||
|
Loading…
Reference in New Issue
Block a user