diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e22511f910..b0d4144e10 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -91,6 +91,7 @@ jobs: cxxcompiler: g++ libraries: libsdl1.2-dev - name: GCC - Dedicated + if: false # TODO compiler: gcc cxxcompiler: g++ libraries: grfcodec diff --git a/CMakeLists.txt b/CMakeLists.txt index 56ddad964a..46e7f8665d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -313,7 +313,6 @@ link_package(PNG TARGET PNG::PNG ENCOURAGED) link_package(ZLIB TARGET ZLIB::ZLIB ENCOURAGED) link_package(LIBLZMA TARGET LibLZMA::LibLZMA ENCOURAGED) link_package(LZO) -# link_package(ZSTD ENCOURAGED) if(NOT WIN32 AND NOT EMSCRIPTEN) link_package(CURL ENCOURAGED)