From 099f05351eb46d6bc81011e14fd89b33ae9f1d87 Mon Sep 17 00:00:00 2001 From: Malleo Date: Sun, 27 Sep 2020 17:25:33 -0400 Subject: [PATCH] Removed OpenMP in Win build instrs You don't need to install OpenMP in order to build in Visual Studio. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2543bf9..437aa9f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ To build on Linux, you will need to run the following commands to run this progr Should there be any problems in this building process, please let us know by posting an issue on Github. ### Windows -To build on Windows, use the Visual Studio CipesAtHome.sln solution file. You will need to install libcurl, libOMP, and libconfig. This can be done by making use of vcpkg. +To build on Windows, use the Visual Studio CipesAtHome.sln solution file. You will need to install libcurl and libconfig. This can be done by making use of vcpkg. ### Mac TODO