[Bf-blender-cvs] [5aac794b111] master: Fix compile error in gpu test.

Jeroen Bakker noreply at git.blender.org
Mon Jan 10 12:16:56 CET 2022


Commit: 5aac794b111575bb7b6d32b7ed2af9b7a9993742
Author: Jeroen Bakker
Date:   Mon Jan 10 12:16:25 2022 +0100
Branches: master
https://developer.blender.org/rB5aac794b111575bb7b6d32b7ed2af9b7a9993742

Fix compile error in gpu test.

===================================================================

M	source/blender/gpu/CMakeLists.txt

===================================================================

diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 9dd8b69be40..52d2a08b480 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -407,10 +407,8 @@ if(WITH_GTESTS)
       tests/gpu_testing.hh
     )
     set(TEST_INC
-      ../../../intern/ghost
     )
     set(TEST_LIB
-
     )
     include(GTestTesting)
     blender_add_test_lib(bf_gpu_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB};${TEST_LIB}")



More information about the Bf-blender-cvs mailing list