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:
tamasmeszaros 2020-03-16 15:02:37 +01:00
parent 8233a910b9
commit e1ecf03e0c
4 changed files with 3 additions and 10 deletions

4
deps/CMakeLists.txt vendored
View file

@ -49,10 +49,6 @@ find_package(Git REQUIRED)
get_property(_is_multi GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG)
# C and CXX flags handed over to unix autotools projects.
set(DEP_CFLAGS "")
set(DEP_CXXFLAGS "")
function(prusaslicer_add_cmake_project projectname)
cmake_parse_arguments(P_ARGS "" "INSTALL_DIR;BUILD_COMMAND;INSTALL_COMMAND" "CMAKE_ARGS" ${ARGN})