diff options
| author | lukka <681992+lukka@users.noreply.github.com> | 2019-05-13 04:11:35 -0700 |
|---|---|---|
| committer | Curtis J Bezault <curtbezault@gmail.com> | 2019-05-13 04:11:35 -0700 |
| commit | 46a77b900660e5d2cc9ec303282c8109a9bf4829 (patch) | |
| tree | 45ba50c0899ddefbf28f2696cdca1830edf9e2b9 | |
| parent | 2992434b0168b70e3e4321666c8200a499d8f944 (diff) | |
| download | vcpkg-46a77b900660e5d2cc9ec303282c8109a9bf4829.tar.gz vcpkg-46a77b900660e5d2cc9ec303282c8109a9bf4829.zip | |
appleclang 10.01 does not have <filesystem> (#6413)
support
| -rw-r--r-- | toolsrc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/CMakeLists.txt b/toolsrc/CMakeLists.txt index dd92f6a31..b3ec4d15d 100644 --- a/toolsrc/CMakeLists.txt +++ b/toolsrc/CMakeLists.txt @@ -11,7 +11,7 @@ elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") if(NOT VCPKG_ALLOW_APPLE_CLANG)
message(FATAL_ERROR
"Building the vcpkg tool requires support for the C++ Filesystem TS.
-Apple clang versions 9 and below do not have support for it.
+Apple clang versions 10.01 and below do not have support for it.
Please install gcc6 or newer from homebrew (brew install gcc6).
If you would like to try anyway, pass --allowAppleClang to bootstrap.sh.")
else()
|
