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 09:25:09 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-01-23 09:25:09 +0300
commit41e930ac666fc310e9573bc2d623c16ad8cf323a (patch)
tree96edd58c1dca0ed6bf621b29c620e02c373ea82e /build_files/cmake/macros.cmake
parent85ca39ec4bd180420828a794bca49d5008dd5a7b (diff)
Cleanup: CMake whitespace
Diffstat (limited to 'build_files/cmake/macros.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 39f91682996..f8350b9ab7f 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -1553,7 +1553,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")
@@ -1574,4 +1574,4 @@ MACRO(WINDOWS_SIGN_TARGET target)
)
endif()
endif()
-ENDMACRO()
+endmacro()