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:
authorCampbell Barton <ideasman42@gmail.com>2012-08-11 22:47:09 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-11 22:47:09 +0400
commit823083a744db2179432b47320f7fa8d86245837c (patch)
treeb4dca3b76accda02dac75f2fd2a7a93dd6a1de36 /build_files
parentdf1dd658c9554cf53040f05e6a4926c0b6e70e95 (diff)
fix for own error with opencl bokeh blur.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/cmake/macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 1340920eafa..62e1e83326c 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -727,7 +727,6 @@ macro(set_lib_path
endmacro()
-# TODO, create a C binary and call it instead!, doing this in cmake its slow
macro(data_to_c
file_from file_to
list_to_add)
@@ -744,6 +743,7 @@ macro(data_to_c
unset(_file_to_path)
endmacro()
+
# same as above but generates the var name and output automatic.
macro(data_to_c_simple
file_from