mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-03 15:05:31 +00:00
Merge pull request #91 from Naftoreiclag/master
WASAPI: Remove useless statement in CMake module
This commit is contained in:
commit
7293a58feb
|
@ -5,11 +5,10 @@
|
|||
# WASAPI_FOUND
|
||||
# AUDIOCLIENT_H
|
||||
|
||||
if (WIN32)
|
||||
include(CheckIncludeFile)
|
||||
check_include_file(audioclient.h AUDIOCLIENT_H)
|
||||
if(WIN32)
|
||||
include(CheckIncludeFile)
|
||||
check_include_file(audioclient.h AUDIOCLIENT_H)
|
||||
endif()
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(WASAPI DEFAULT_MSG AUDIOCLIENT_H)
|
||||
mark_as_advanced(AUDIOCLIENT_H)
|
||||
|
|
Loading…
Reference in a new issue