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:
authorBrecht Van Lommel <brecht@blender.org>2020-08-12 19:50:09 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-08-12 19:50:40 +0300
commit6238eabcd4340893c1c52dcd9a0ffbc7658abe67 (patch)
tree9a04fe11d49760d1f96a320aa57a2e31cb989532 /build_files/cmake/Modules/FindAudaspace.cmake
parent655091297f1756c2ebc5c796bdeb5d673052c8b4 (diff)
parent54c2c1492122bc736f6d5a9f7ddf1f51b0673eff (diff)
Merge branch 'blender-v2.90-release'
Diffstat (limited to 'build_files/cmake/Modules/FindAudaspace.cmake')
-rw-r--r--build_files/cmake/Modules/FindAudaspace.cmake7
1 files changed, 7 insertions, 0 deletions
diff --git a/build_files/cmake/Modules/FindAudaspace.cmake b/build_files/cmake/Modules/FindAudaspace.cmake
index eeef49af60f..9bf15e05272 100644
--- a/build_files/cmake/Modules/FindAudaspace.cmake
+++ b/build_files/cmake/Modules/FindAudaspace.cmake
@@ -11,6 +11,13 @@
# AUDASPACE_PY_INCLUDE_DIRS - the audaspace's python binding include directories
# AUDASPACE_PY_LIBRARIES - link these to use audaspace's python binding
+#=============================================================================
+# Copyright 2014 Blender Foundation.
+#
+# Distributed under the OSI-approved BSD 3-Clause License,
+# see accompanying file BSD-3-Clause-license.txt for details.
+#=============================================================================
+
IF(NOT AUDASPACE_ROOT_DIR AND NOT $ENV{AUDASPACE_ROOT_DIR} STREQUAL "")
SET(AUDASPACE_ROOT_DIR $ENV{AUDASPACE_ROOT_DIR})
ENDIF()