Skip to content

Commit cbe8cb6

Browse files
authored
Fix missing CMake dependency for python script (#1044)
Fixes issues #1043
1 parent d10b9c1 commit cbe8cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/tpp-sched/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ file(CREATE_LINK
66
SYMBOLIC)
77

88

9-
add_custom_target(tpp-sched DEPENDS ${CMAKE_BINARY_DIR}/bin/tpp-sched)
9+
add_custom_target(tpp-sched DEPENDS ${CMAKE_BINARY_DIR}/bin/tpp-sched TPPPythonModules)

0 commit comments

Comments
 (0)