mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2025-01-03 14:55: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
|
# WASAPI_FOUND
|
||||||
# AUDIOCLIENT_H
|
# AUDIOCLIENT_H
|
||||||
|
|
||||||
if (WIN32)
|
if(WIN32)
|
||||||
include(CheckIncludeFile)
|
include(CheckIncludeFile)
|
||||||
check_include_file(audioclient.h AUDIOCLIENT_H)
|
check_include_file(audioclient.h AUDIOCLIENT_H)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(FindPackageHandleStandardArgs)
|
include(FindPackageHandleStandardArgs)
|
||||||
find_package_handle_standard_args(WASAPI DEFAULT_MSG AUDIOCLIENT_H)
|
find_package_handle_standard_args(WASAPI DEFAULT_MSG AUDIOCLIENT_H)
|
||||||
mark_as_advanced(AUDIOCLIENT_H)
|
|
||||||
|
|
Loading…
Reference in a new issue