Skip to content

Commit

Permalink
Updated builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Feb 21, 2025
1 parent 9009f25 commit d9d6224
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-15
upload: 0
- os: macos-14
upload: 1
- os: macos-13
upload: 0
- os: macos-12
upload: 1
runs-on: ${{ matrix.os }}
env:
Expand Down
5 changes: 4 additions & 1 deletion cmio/PlatformUtilsObjC/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ endif ()

add_dependencies(PlatformUtilsObjC_cmio PlatformUtils_cmio VCamUtils)
target_compile_definitions(PlatformUtilsObjC_cmio PRIVATE PLATFORMUTILSOBJC_LIBRARY)
target_include_directories(PlatformUtilsObjC_cmio PRIVATE ../..)
target_include_directories(PlatformUtilsObjC_cmio
PRIVATE
..
../..)

if (APPLE)
find_library(COREFOUNDATION_FRAMEWORK NAMES CoreFoundation)
Expand Down

0 comments on commit d9d6224

Please sign in to comment.