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>2015-06-30 15:44:27 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-30 15:44:27 +0300
commit3bb698646ad680b9c4f1a463a90b90454c25b76c (patch)
tree4c6032ffd0c6d6270f42bc4984e4ee92f204075c /build_files
parentc07bba1b05faf4d7ba0b129f1e178e3b2c6a8064 (diff)
CMake: minor edits
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 c7398415c59..479dd31b3f8 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -48,7 +48,7 @@ macro(list_insert_before
unset(_index)
endmacro()
-function (list_assert_duplicates
+function(list_assert_duplicates
list_id
)