Skip to content

Commit

Permalink
Build: Remove symlinks for framework builds
Browse files Browse the repository at this point in the history
Signed-off-by: Treata11 <[email protected]>
  • Loading branch information
Treata11 committed Jan 22, 2025
1 parent 19ecbfe commit ba28adc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ if (APPLE)
option(IMATH_BUILD_APPLE_FRAMEWORKS "Build as Apple Frameworks" OFF)
endif()

# pkg-config is not required for Apple Frameworks
if (IMATH_BUILD_APPLE_FRAMEWORKS)
set(IMATH_INSTALL_SYM_LINK OFF)
endif()

# If you want to use ctest to configure, build and
# upload the results, cmake has builtin support for
# submitting to CDash, or any server who speaks the
Expand Down

0 comments on commit ba28adc

Please sign in to comment.