mirror of https://github.com/FreeRDP/FreeRDP
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