Skip to content

Commit a2da62d

Browse files
committed
fix register_operators DEPS executor
1 parent 9b228fd commit a2da62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/operators/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if(WITH_IPU)
5050
add_subdirectory(ipu)
5151
endif()
5252

53-
SET(OP_HEADER_DEPS xxhash executor)
53+
SET(OP_HEADER_DEPS xxhash)
5454

5555
if (WITH_GPU)
5656
if (${CMAKE_CUDA_COMPILER_VERSION} LESS 11.0)

0 commit comments

Comments
 (0)