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 'intern/cycles/doc')
-rw-r--r--intern/cycles/doc/CMakeLists.txt1
-rw-r--r--intern/cycles/doc/license/CMakeLists.txt8
2 files changed, 4 insertions, 5 deletions
diff --git a/intern/cycles/doc/CMakeLists.txt b/intern/cycles/doc/CMakeLists.txt
index 4ae0d12a060..a8d1b53b47e 100644
--- a/intern/cycles/doc/CMakeLists.txt
+++ b/intern/cycles/doc/CMakeLists.txt
@@ -1,3 +1,2 @@
add_subdirectory(license)
-
diff --git a/intern/cycles/doc/license/CMakeLists.txt b/intern/cycles/doc/license/CMakeLists.txt
index 14049d4a88a..bc11a9eb35b 100644
--- a/intern/cycles/doc/license/CMakeLists.txt
+++ b/intern/cycles/doc/license/CMakeLists.txt
@@ -1,5 +1,5 @@
-set(licenses
+set(LICENSES
Apache_2.0.txt
Blender.txt
GPL.txt
@@ -7,7 +7,7 @@ set(licenses
NVidia.txt
OSL.txt
Sobol.txt
- readme.txt)
-
-delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${licenses}" ${CYCLES_INSTALL_PATH}/license)
+ readme.txt
+)
+delayed_install(${CMAKE_CURRENT_SOURCE_DIR} "${LICENSES}" ${CYCLES_INSTALL_PATH}/license)