mirror of
https://github.com/FreeRDP/FreeRDP.git
synced 2024-11-27 03:44:06 +08:00
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
|
||||
find_package(OpenSSL REQUIRED)
|
||||
|
||||
if(!WINDOWS)
|
||||
if(NOT WIN32)
|
||||
find_package(ZLIB REQUIRED)
|
||||
find_package(ALSA)
|
||||
find_package(PulseAudio)
|
||||
|
Loading…
Reference in New Issue
Block a user