aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toolsrc/VERSION.txt2
-rw-r--r--toolsrc/src/vcpkg/cmakevars.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt
index f9cb2e7e9..966303f8a 100644
--- a/toolsrc/VERSION.txt
+++ b/toolsrc/VERSION.txt
@@ -1 +1 @@
-"2020.01.18"
+"2020.02.04"
diff --git a/toolsrc/src/vcpkg/cmakevars.cpp b/toolsrc/src/vcpkg/cmakevars.cpp
index 6a9d26ec8..6059833e7 100644
--- a/toolsrc/src/vcpkg/cmakevars.cpp
+++ b/toolsrc/src/vcpkg/cmakevars.cpp
@@ -18,7 +18,7 @@ namespace vcpkg::CMakeVars
Files::Filesystem& fs = paths.get_filesystem();
static int tag_extract_id = 0;
- std::string extraction_file("include(" + get_tags_path.generic_u8string() + ")\n\n");
+ std::string extraction_file("include(\"" + get_tags_path.generic_u8string() + "\")\n\n");
std::map<Triplet, int> emitted_triplets;
int emitted_triplet_id = 0;
@@ -67,7 +67,7 @@ namespace vcpkg::CMakeVars
static int dep_info_id = 0;
Files::Filesystem& fs = paths.get_filesystem();
- std::string extraction_file("include(" + get_dep_info_path.generic_u8string() + ")\n\n");
+ std::string extraction_file("include(\"" + get_dep_info_path.generic_u8string() + "\")\n\n");
std::map<Triplet, int> emitted_triplets;
int emitted_triplet_id = 0;