From c74e6199a489801bd91e55617808b96cf19ab93f Mon Sep 17 00:00:00 2001 From: baker Date: Fri, 11 Dec 2020 15:49:23 +0800 Subject: [PATCH] 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 6d171b0d..bd0b0c39 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -929,4 +929,3 @@ install(FILES DESTINATION ${INSTALL_LIBRARY_DIR} ) endif() -