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:
Diffstat (limited to 'tests/gtests/usd/CMakeLists.txt')
-rw-r--r--tests/gtests/usd/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/gtests/usd/CMakeLists.txt b/tests/gtests/usd/CMakeLists.txt
index 3850d279b3c..fbf29dc121e 100644
--- a/tests/gtests/usd/CMakeLists.txt
+++ b/tests/gtests/usd/CMakeLists.txt
@@ -76,7 +76,9 @@ set(SRC
if(WITH_BUILDINFO)
- list(APPEND SRC "$<TARGET_OBJECTS:buildinfoobj>")
+ list(APPEND SRC
+ "$<TARGET_OBJECTS:buildinfoobj>"
+ )
endif()
# get_cmake_property(_variableNames VARIABLES)