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>2021-02-05 01:45:16 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-05 01:45:16 +0300
commit7e850ffa733b5b54ba1e873fbf71c78bc95d80ab (patch)
treeb3dcb7be82216b3a4ccb8e7e0f67ebbb7af8ca63 /build_files/cmake/macros.cmake
parent94cf74afbb1329a9ff099e2ebd7f43ed8313f9ec (diff)
Cleanup: cmake indentation, white-space
Diffstat (limited to 'build_files/cmake/macros.cmake')
-rw-r--r--build_files/cmake/macros.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index d1f51b99c67..aebcd25e3b6 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -389,7 +389,7 @@ function(blender_add_lib
endfunction()
function(blender_add_test_suite)
- if (ARGC LESS 1)
+ if(ARGC LESS 1)
message(FATAL_ERROR "No arguments supplied to blender_add_test_suite()")
endif()
@@ -1209,9 +1209,9 @@ function(find_python_package
site-packages
dist-packages
vendor-packages
- NO_DEFAULT_PATH
- DOC
- "Path to python site-packages or dist-packages containing '${package}' module"
+ NO_DEFAULT_PATH
+ DOC
+ "Path to python site-packages or dist-packages containing '${package}' module"
)
mark_as_advanced(PYTHON_${_upper_package}_PATH)