diff --git a/cmake/polytops.cmake b/cmake/polytops.cmake index be4bd637c0d5ca973f909695ec232eb1d53d306b..6bd9897bf31d6ef2cefb73f6fcba3f03dce36931 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)