aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/cmake
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-09-04 11:49:56 -0700
committerGitHub <noreply@github.com>2020-09-04 11:49:56 -0700
commit4467eb334aa93b18858305697cf8c20950c4e925 (patch)
tree527b5855ef13af278459761f667e3c7568126321 /toolsrc/cmake
parenta3142da3ac59928d694de35631d174b19c06a471 (diff)
downloadvcpkg-4467eb334aa93b18858305697cf8c20950c4e925.tar.gz
vcpkg-4467eb334aa93b18858305697cf8c20950c4e925.zip
fix compile on g++ 6 (#13290)
Diffstat (limited to 'toolsrc/cmake')
-rw-r--r--toolsrc/cmake/utilities.cmake2
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()