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() -