From 63907b6d43b55df72825f3f652005a461e4a5507 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Wed, 17 Nov 2021 09:35:23 -0800 Subject: [PATCH] Use an old macos. --- .github/workflows/build.yml | 2 +- CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1753574..64480a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -176,7 +176,7 @@ jobs: build/fbx2gltf-linux.zip build-macos: - runs-on: macos-latest + runs-on: macos-10.15 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/CMakeLists.txt b/CMakeLists.txt index 4602cdb..c297ffa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -48,9 +48,7 @@ list(INSERT CMAKE_MODULE_PATH 0 "${CMAKE_BINARY_DIR}") find_package(Boost 1.76 COMPONENTS system filesystem program_options REQUIRED ) find_package(ZLIB MODULE REQUIRED) find_package(fmt MODULE REQUIRED) -if(NOT APPLE) find_package(Iconv MODULE REQUIRED) -endif() find_package(LibXml2 MODULE REQUIRED) # create a compilation database for e.g. clang-tidy