Skip to content

Commit 92023d8

Browse files
committed
GPU: Use make depend before normal make for standalone benchmark to avoid cmake IMPLICIT_DEPENDS problem
1 parent de481aa commit 92023d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • GPU/GPUTracking/Standalone/cmake

GPU/GPUTracking/Standalone/cmake/makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
all:
2+
+$(MAKE) -C build depend
23
+$(MAKE) -C build install
34

45
clean:

0 commit comments

Comments
 (0)