[Bf-blender-cvs] [c522a5a9f9c] temp-benchmark: Benchmark: put license files in folder on macOS.

Brecht Van Lommel noreply at git.blender.org
Thu Aug 9 12:33:26 CEST 2018


Commit: c522a5a9f9c539ab84f64e64082bb39c7c1ccd6e
Author: Brecht Van Lommel
Date:   Thu Aug 9 12:32:23 2018 +0200
Branches: temp-benchmark
https://developer.blender.org/rBc522a5a9f9c539ab84f64e64082bb39c7c1ccd6e

Benchmark: put license files in folder on macOS.

===================================================================

M	source/creator/CMakeLists.txt

===================================================================

diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 4a3acc4eb37..8f421bfd37c 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -896,7 +896,7 @@ elseif(APPLE)
 	)
 
 	# install release and app files
-	set(BLENDER_TEXT_FILES_DESTINATION ".")
+	set(BLENDER_TEXT_FILES_DESTINATION "license")
 
 	install(
 		FILES ${OSX_APP_SOURCEDIR}/Contents/PkgInfo



More information about the Bf-blender-cvs mailing list