diff --git a/ports/simd/portfile.cmake b/ports/simd/portfile.cmake
index 992aff50b71..3520278d54c 100644
--- a/ports/simd/portfile.cmake
+++ b/ports/simd/portfile.cmake
@@ -30,6 +30,12 @@ if(VCPKG_TARGET_IS_WINDOWS AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPK
vcpkg_replace_string("${SOURCE_PATH}/prj/${SOLUTION_TYPE}/Simd.vcxproj"
"DynamicLibrary"
"StaticLibrary")
+ file(GLOB_RECURSE PROJ_FILES "${SOURCE_PATH}/prj/${SOLUTION_TYPE}/*.vcxproj")
+ foreach(PROJ_FILE ${PROJ_FILES})
+ vcpkg_replace_string(${PROJ_FILE}
+ " "
+ " OldStyle\n ")
+ endforeach()
if(VCPKG_CRT_LINKAGE STREQUAL "dynamic")
file(GLOB_RECURSE PROJ_FILES "${SOURCE_PATH}/prj/${SOLUTION_TYPE}/*.vcxproj")
foreach(PROJ_FILE ${PROJ_FILES})
@@ -48,7 +54,7 @@ if(VCPKG_TARGET_IS_WINDOWS AND (VCPKG_TARGET_ARCHITECTURE STREQUAL "x86" OR VCPK
RELEASE_CONFIGURATION "Release"
DEBUG_CONFIGURATION "Debug"
)
-
+ vcpkg_copy_pdbs()
file(GLOB SIMD_HEADERS "${SOURCE_PATH}/src/Simd/*.hpp" "${SOURCE_PATH}/src/Simd/*.h")
file(COPY ${SIMD_HEADERS} DESTINATION "${CURRENT_PACKAGES_DIR}/include/Simd")
elseif(VCPKG_TARGET_ARCHITECTURE STREQUAL "arm64")
diff --git a/ports/simd/vcpkg.json b/ports/simd/vcpkg.json
index ecadffb6ccb..73b5220f117 100644
--- a/ports/simd/vcpkg.json
+++ b/ports/simd/vcpkg.json
@@ -1,6 +1,7 @@
{
"name": "simd",
"version": "5.2.123",
+ "port-version": 1,
"description": "Simd image processing and machine learning library, designed for C and C++ programmers",
"homepage": "https://github.com/ermig1979/Simd",
"license": "MIT",
diff --git a/versions/baseline.json b/versions/baseline.json
index 08f874d6017..c7c0fb3b03b 100644
--- a/versions/baseline.json
+++ b/versions/baseline.json
@@ -7306,7 +7306,7 @@
},
"simd": {
"baseline": "5.2.123",
- "port-version": 0
+ "port-version": 1
},
"simde": {
"baseline": "0.7.2",
diff --git a/versions/s-/simd.json b/versions/s-/simd.json
index dfe05cb7e77..7204bc9db09 100644
--- a/versions/s-/simd.json
+++ b/versions/s-/simd.json
@@ -1,5 +1,10 @@
{
"versions": [
+ {
+ "git-tree": "279d96ec1919311cad845670822f7cc376f503e6",
+ "version": "5.2.123",
+ "port-version": 1
+ },
{
"git-tree": "64cfb73836acffe8ff38e25477e0e8332707b4fc",
"version": "5.2.123",