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>2018-01-23 12:04:54 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-23 12:04:54 +0300
commit4ebcdff873cb71bb031155a9bddcc92dde8e6370 (patch)
tree5ddce162a55368230322412b8170d5dec149da28 /build_files/cmake
parent8181e4c812545a6412682e152f77a2e25054deb5 (diff)
parent9466f8f53150659c8aed6cced7f66b11a794a4a4 (diff)
Merge branch 'master' into blender2.8
Diffstat (limited to 'build_files/cmake')
-rw-r--r--build_files/cmake/macros.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 2e16b9238b3..417c012b526 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -1569,7 +1569,7 @@ macro(openmp_delayload
endif()
endmacro()
-MACRO(WINDOWS_SIGN_TARGET target)
+macro(WINDOWS_SIGN_TARGET target)
if(WITH_WINDOWS_CODESIGN)
if(!SIGNTOOL_EXE)
error("Codesigning is enabled, but signtool is not found")
@@ -1590,4 +1590,4 @@ MACRO(WINDOWS_SIGN_TARGET target)
)
endif()
endif()
-ENDMACRO()
+endmacro()