cmake: fix WIN32 variable.

This commit is contained in:
Vic Lee 2011-08-16 10:34:15 +08:00
parent 46dd495229
commit 2e91abed4c
1 changed files with 1 additions and 1 deletions

View File

@ -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)