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:
Diffstat (limited to 'build_files/cmake/Modules/FindJack.cmake')
-rw-r--r--build_files/cmake/Modules/FindJack.cmake12
1 files changed, 6 insertions, 6 deletions
diff --git a/build_files/cmake/Modules/FindJack.cmake b/build_files/cmake/Modules/FindJack.cmake
index 9a847fabf70..caafa3c34a1 100644
--- a/build_files/cmake/Modules/FindJack.cmake
+++ b/build_files/cmake/Modules/FindJack.cmake
@@ -1,15 +1,15 @@
-# - Find Jack library
-# Find the native Jack includes and library
+# - Find JACK library
+# Find the native JACK includes and library
# This module defines
# JACK_INCLUDE_DIRS, where to find jack.h, Set when
# JACK_INCLUDE_DIR is found.
-# JACK_LIBRARIES, libraries to link against to use Jack.
-# JACK_ROOT_DIR, The base directory to search for Jack.
+# JACK_LIBRARIES, libraries to link against to use JACK.
+# JACK_ROOT_DIR, The base directory to search for JACK.
# This can also be an environment variable.
-# JACK_FOUND, If false, do not try to use Jack.
+# JACK_FOUND, If false, do not try to use JACK.
#
# also defined, but not for general use are
-# JACK_LIBRARY, where to find the Jack library.
+# JACK_LIBRARY, where to find the JACK library.
#=============================================================================
# Copyright 2011 Blender Foundation.