[cpp-msbuild] branch main updated: Gratuitous CMake changes.

Codeberg noreply at shibboleth.net
Mon Aug 17 13:01:19 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository cpp-msbuild.

View the commit online:
https://codeberg.org/Shibboleth/cpp-msbuild/commit/1c26dcf8ddd105d10c60f6e64a3fb1de83e7f0c3

The following commit(s) were added to refs/heads/main by this push:
     new 1c26dcf  Gratuitous CMake changes.
1c26dcf is described below

commit 1c26dcf8ddd105d10c60f6e64a3fb1de83e7f0c3
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Aug 17 09:01:03 2026 -0400

    Gratuitous CMake changes.
---
 dependencies/dependency.make | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index 4d5d5ff..7c1220e 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -11,7 +11,8 @@ OpenSSLName=WIN32
 ZlibTargetDir=.
 MsBuildArch=Win32
 XsecBuildArch=Win32
-CMakeArch=Visual Studio 15 2017
+CMakePlatform=Visual Studio 15 2017
+CMakeArch=
 XercesBuildDir=Buildx86
 OpenSSLNameGarnish=
 XercesInstallDir=Install32\VC15
@@ -19,7 +20,8 @@ XercesInstallDir=Install32\VC15
 !message Building x64
 OpenSSLName=WIN64A
 ZlibTargetDir=x64
-CMakeArch=Visual Studio 15 2017 Win64
+CMakePlatform=Visual Studio 15 2017
+CMakeArch=-A x64
 OpenSSLNameGarnish=-x64
 MsBuildArch=x64
 XsecBuildArch=Win64
@@ -306,7 +308,7 @@ $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)\ALL_BUILD.vcxproj:
 	-2 mkdir $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)
 	cd  $(ROOT_DIR)\$(XERCES_DIR)\$(XercesBuildDir)
 	set CXXFLAGS=/MP
-	cmake -G "$(CMakeArch)" -DCMAKE_INSTALL_PREFIX=$(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir) ..
+	cmake -G "$(CMakePlatform)" $(CMakeArch) -DCMAKE_INSTALL_PREFIX=$(ROOT_DIR)\$(XERCES_DIR)\$(XercesInstallDir) ..
 	set CXXFLAGS=
 
 #

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list