Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2021-03-23 09:41:46 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2021-03-23 09:41:46 +0300
commit2600b27d2647acfc9ddc19084b10db673b46a95a (patch)
tree6e75784e6ad6b0a12953a337c666c465cb8cb30b /CMakeLists.txt
parent08151b52a24be07ee2c5b5956babb10f47674200 (diff)
Cleanup/CMake: Fix comment, sort order of options.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5f30b946aca..2743d2d334c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1955,10 +1955,10 @@ if(FIRST_RUN)
info_cfg_option(WITH_JACK)
info_cfg_option(WITH_JACK_DYNLOAD)
info_cfg_option(WITH_OPENAL)
- info_cfg_option(WITH_SDL)
- info_cfg_option(WITH_SDL_DYNLOAD)
info_cfg_option(WITH_PULSEAUDIO)
info_cfg_option(WITH_PULSEAUDIO_DYNLOAD)
+ info_cfg_option(WITH_SDL)
+ info_cfg_option(WITH_SDL_DYNLOAD)
info_cfg_option(WITH_WASAPI)
info_cfg_text("Compression:")