deps: Fix boost build on MacOS

This commit is contained in:
Vojtech Kral 2019-10-14 16:23:03 +02:00
parent d632d91e79
commit 581bbc85d6
2 changed files with 10 additions and 11 deletions

2
deps/CMakeLists.txt vendored
View file

@ -72,7 +72,7 @@ elseif (APPLE)
message(FATAL_ERROR "Could not determine OS X SDK version. Please use -DCMAKE_OSX_DEPLOYMENT_TARGET=<version>")
endif ()
message("OS X Deployment Target (inferred from default): ${DEP_OSX_TARGET}")
message("OS X Deployment Target (inferred from SDK): ${DEP_OSX_TARGET}")
endif ()
include("deps-macos.cmake")