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>2020-02-15 01:57:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-02-15 02:40:41 +0300
commit1135c2cd17661c1f06647af35ccb6ff6a235b5d1 (patch)
treefe3a4f764a539fc3c7539c10e5341190b74fcfd5 /tests/gtests
parentb1f40955d9a9c205581bd8fff3ed04320dbe95da (diff)
Cleanup: CMake formatting
Diffstat (limited to 'tests/gtests')
-rw-r--r--tests/gtests/usd/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/gtests/usd/CMakeLists.txt b/tests/gtests/usd/CMakeLists.txt
index fbf29dc121e..df4c865e976 100644
--- a/tests/gtests/usd/CMakeLists.txt
+++ b/tests/gtests/usd/CMakeLists.txt
@@ -82,8 +82,8 @@ if(WITH_BUILDINFO)
endif()
# get_cmake_property(_variableNames VARIABLES)
-# list (SORT _variableNames)
-# foreach (_variableName ${_variableNames})
+# list(SORT _variableNames)
+# foreach(_variableName ${_variableNames})
# message(STATUS "${_variableName}=${${_variableName}}")
# endforeach()