diff --git a/CMakeLists.txt b/CMakeLists.txt index 05a1893..d246c6b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ FetchContent_Declare( GIT_TAG v6.0.0 GIT_SHALLOW TRUE GIT_PROGRESS TRUE - PATCH_COMMAND git apply --check ${CMAKE_SOURCE_DIR}/thirdparty/ftxui-empty-container.patch 2>/dev/null && git apply ${CMAKE_SOURCE_DIR}/thirdparty/ftxui-empty-container.patch || true COMMAND git apply --check ${CMAKE_SOURCE_DIR}/thirdparty/ftxui-window.patch 2>/dev/null && git apply ${CMAKE_SOURCE_DIR}/thirdparty/ftxui-window.patch || true + PATCH_COMMAND git apply --check ${CMAKE_SOURCE_DIR}/cmake/patches/ftxui-empty-container.patch 2>/dev/null && git apply ${CMAKE_SOURCE_DIR}/cmake/patches/ftxui-empty-container.patch || true COMMAND git apply --check ${CMAKE_SOURCE_DIR}/cmake/patches/ftxui-window.patch 2>/dev/null && git apply ${CMAKE_SOURCE_DIR}/cmake/patches/ftxui-window.patch || true ) FetchContent_MakeAvailable(ftxui) diff --git a/thirdparty/ftxui-empty-container.patch b/cmake/patches/ftxui-empty-container.patch similarity index 100% rename from thirdparty/ftxui-empty-container.patch rename to cmake/patches/ftxui-empty-container.patch diff --git a/thirdparty/ftxui-window.patch b/cmake/patches/ftxui-window.patch similarity index 100% rename from thirdparty/ftxui-window.patch rename to cmake/patches/ftxui-window.patch diff --git a/thirdparty/j1939da_2018_hitachi.xlsx b/thirdparty/j1939da_2018_hitachi.xlsx deleted file mode 100644 index 1438642..0000000 Binary files a/thirdparty/j1939da_2018_hitachi.xlsx and /dev/null differ