From 4a92d8d0825a3a11ffd492adaf9a323ea76745b7 Mon Sep 17 00:00:00 2001 From: Mahder Gebremedhin Date: Fri, 7 Apr 2023 11:18:29 +0300 Subject: [PATCH] Minor fixes of CMake based configuration for portability. (#10512) - Remove unnecessary install of pdb file. - We do not need it. Plus the location specified for it was not correct. - Rename option to be more unique and descriptive. - PCRE -> METIS_GKLIB_PCRE - Use the pcre regex library for MSVC. - There is no system regex library for MSVC. Instead we should use the unofficial pcre port from vcpkg and tell Metis to use that for GKLib regex needs. --- OMCompiler/3rdParty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OMCompiler/3rdParty b/OMCompiler/3rdParty index 0032be75bdd..733738d5650 160000 --- a/OMCompiler/3rdParty +++ b/OMCompiler/3rdParty @@ -1 +1 @@ -Subproject commit 0032be75bdd0605999816064de33830c9fe9d3eb +Subproject commit 733738d565076f0f3137b26773262ad192487fbf