diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-09-04 11:49:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-04 11:49:56 -0700 |
| commit | 4467eb334aa93b18858305697cf8c20950c4e925 (patch) | |
| tree | 527b5855ef13af278459761f667e3c7568126321 /toolsrc/cmake | |
| parent | a3142da3ac59928d694de35631d174b19c06a471 (diff) | |
| download | vcpkg-4467eb334aa93b18858305697cf8c20950c4e925.tar.gz vcpkg-4467eb334aa93b18858305697cf8c20950c4e925.zip | |
fix compile on g++ 6 (#13290)
Diffstat (limited to 'toolsrc/cmake')
| -rw-r--r-- | toolsrc/cmake/utilities.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/cmake/utilities.cmake b/toolsrc/cmake/utilities.cmake index f04c1ddbb..429a86f5f 100644 --- a/toolsrc/cmake/utilities.cmake +++ b/toolsrc/cmake/utilities.cmake @@ -129,7 +129,7 @@ int main() {} int main() {} ]] _VCPKG_USE_STD_FILESYSTEM) - + if(_VCPKG_REQUIRE_LINK_CXXFS) set(_VCPKG_CXXFS_LIBRARY "stdc++fs") endif() |
