From d9d8b9c145e279c53f9afae81b6c4db4c28e7bef Mon Sep 17 00:00:00 2001 From: Corleone Date: Wed, 1 Mar 2023 07:32:28 +0800 Subject: [PATCH] fix polytops dependence --- cmake/polytops.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmake/polytops.cmake b/cmake/polytops.cmake index be4bd637..6bd9897b 100644 --- a/cmake/polytops.cmake +++ b/cmake/polytops.cmake @@ -43,6 +43,8 @@ if (AKG_USE_POLYTOPS) akg-untar-polytops ) + add_dependencies(libpolytops akg-untar-polytops) + add_dependencies(libqiuqi-ip akg-untar-polytops) add_compile_definitions(AKG_USE_POLYTOPS) target_link_libraries(akg libpolytops) target_link_libraries(akg libqiuqi-ip) -- Gitee