From 30ec3edd8bda55d0239b856c10b5706ce3f7eb33 Mon Sep 17 00:00:00 2001 From: Jonny Paton Date: Thu, 4 Jan 2018 14:23:49 -0800 Subject: [PATCH] Enable audio component build on iOS --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dd1c18ed9..b4febf680 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,9 +93,7 @@ endif() # add options to select which modules to build sfml_set_option(SFML_BUILD_WINDOW TRUE BOOL "TRUE to build SFML's Window module. This setting is ignored, if the graphics module is built.") sfml_set_option(SFML_BUILD_GRAPHICS TRUE BOOL "TRUE to build SFML's Graphics module.") -if(NOT SFML_OS_IOS) - sfml_set_option(SFML_BUILD_AUDIO TRUE BOOL "TRUE to build SFML's Audio module.") -endif() +sfml_set_option(SFML_BUILD_AUDIO TRUE BOOL "TRUE to build SFML's Audio module.") sfml_set_option(SFML_BUILD_NETWORK TRUE BOOL "TRUE to build SFML's Network module.") # add an option for building the API documentation