Skip to content

Commit 1b3f82e

Browse files
authored
remove WITH_CINN WITH_RPC constraints (#67219)
1 parent 4306af2 commit 1b3f82e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -593,13 +593,6 @@ if(WITH_RPC)
593593
OFF
594594
CACHE BOOL "Disable WITH_RPC when compiling with XPU" FORCE)
595595
endif()
596-
if(WITH_CINN AND WITH_RPC)
597-
message(
598-
WARNING "Disable WITH_RPC when compiling with CINN. Force WITH_RPC=OFF.")
599-
set(WITH_RPC
600-
OFF
601-
CACHE BOOL "Disable WITH_RPC when compiling with CINN" FORCE)
602-
endif()
603596
endif()
604597

605598
if(WITH_MPI)

0 commit comments

Comments
 (0)