From c3fe55aaa7fbefc5a0583953ac8f7ebd258bb8b4 Mon Sep 17 00:00:00 2001 From: Yibo Lin Date: Wed, 1 Jan 2025 22:21:50 +0800 Subject: [PATCH] remove gift_init/utils in CMakeLists --- dreamplace/ops/gift_init/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/dreamplace/ops/gift_init/CMakeLists.txt b/dreamplace/ops/gift_init/CMakeLists.txt index 6fcd977..6f9da41 100644 --- a/dreamplace/ops/gift_init/CMakeLists.txt +++ b/dreamplace/ops/gift_init/CMakeLists.txt @@ -23,5 +23,4 @@ file(GLOB INSTALL_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/*.py ) install(FILES ${INSTALL_SRCS} DESTINATION dreamplace/ops/${OP_NAME}) -install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/utils DESTINATION dreamplace/ops/${OP_NAME}) install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/utils_gpu DESTINATION dreamplace/ops/${OP_NAME})