mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-30 12:11:15 -06:00
Revert "Fix minimum osx version not being specified for GMP and MPFR"
CXXFLAGS overrides default flags for gmp and mpfr
This commit is contained in:
parent
8233a910b9
commit
e1ecf03e0c
4 changed files with 3 additions and 10 deletions
3
deps/deps-macos.cmake
vendored
3
deps/deps-macos.cmake
vendored
|
|
@ -11,9 +11,6 @@ set(DEP_CMAKE_OPTS
|
|||
"-DCMAKE_C_FLAGS=${DEP_WERRORS_SDK}"
|
||||
)
|
||||
|
||||
list(APPEND DEP_CFLAGS "-mmacosx-version-min=${DEP_OSX_TARGET} ${DEP_WERRORS_SDK}")
|
||||
list(APPEND DEP_CXXFLAGS "-mmacosx-version-min=${DEP_OSX_TARGET} ${DEP_WERRORS_SDK}")
|
||||
|
||||
include("deps-unix-common.cmake")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue