mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-10 09:30:48 +08:00
Configuration - Fix link errors on macOS when not building using vcpkg (#609)
Moved APPLE CSF definitions into general conditions. CSF redefinition for APPLE is used for framework detection after the project initialization.
This commit is contained in:
@@ -776,10 +776,11 @@ endif()
|
|||||||
# the platform specific variables.
|
# the platform specific variables.
|
||||||
if (BUILD_USE_VCPKG)
|
if (BUILD_USE_VCPKG)
|
||||||
project (OCCT)
|
project (OCCT)
|
||||||
if (APPLE)
|
endif()
|
||||||
# set Apple specific variables
|
|
||||||
occt_set_apple_csf_vars()
|
if (APPLE)
|
||||||
endif()
|
# set Apple specific variables
|
||||||
|
occt_set_apple_csf_vars()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# copying clang-format file to the root of the project
|
# copying clang-format file to the root of the project
|
||||||
|
|||||||
Reference in New Issue
Block a user