From 5982b2b1d3e0d7aa3743f5778b93ceeac2801f04 Mon Sep 17 00:00:00 2001 From: baker Date: Fri, 11 Dec 2020 14:18:54 +0800 Subject: [PATCH 1/4] test --- ge/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 88a5c52f..366fbce7 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -927,3 +927,4 @@ install(FILES DESTINATION ${INSTALL_LIBRARY_DIR} ) endif() + From 763d5196442e96ba03c7edd08d31a41f2c55ff2f Mon Sep 17 00:00:00 2001 From: baker Date: Fri, 11 Dec 2020 15:14:10 +0800 Subject: [PATCH 2/4] update submodule --- metadef | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadef b/metadef index d19c9c5c..bd2cfdfa 160000 --- a/metadef +++ b/metadef @@ -1 +1 @@ -Subproject commit d19c9c5c92f21a0335c18681dcceed44f3a54ddc +Subproject commit bd2cfdfa85a3d9dcbd7dc825f5759c7f8b3ffa9a From d4b2d82cc970a519d8af91391122e626bf03191d Mon Sep 17 00:00:00 2001 From: baker Date: Fri, 11 Dec 2020 15:47:52 +0800 Subject: [PATCH 3/4] test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 648bb954..f0968cf9 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,4 +190,4 @@ else() set(GE_DEPEND_DIR ${CMAKE_CURRENT_LIST_DIR}/..) endif() -add_subdirectory(ge) +add_subdirectory(ge) \ No newline at end of file From daf1524a6476aaf1ab3d82e67605f978b97f0629 Mon Sep 17 00:00:00 2001 From: baker Date: Fri, 11 Dec 2020 15:49:23 +0800 Subject: [PATCH 4/4] test --- CMakeLists.txt | 2 +- ge/CMakeLists.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f0968cf9..648bb954 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -190,4 +190,4 @@ else() set(GE_DEPEND_DIR ${CMAKE_CURRENT_LIST_DIR}/..) endif() -add_subdirectory(ge) \ No newline at end of file +add_subdirectory(ge) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 366fbce7..88a5c52f 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -927,4 +927,3 @@ install(FILES DESTINATION ${INSTALL_LIBRARY_DIR} ) endif() -