forked from OpenDDS/OpenDDS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pass Xerces Path to ACE/TAO in CMake
- Loading branch information
1 parent
0511b83
commit ae0fdd8
Showing
3 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -288,6 +288,8 @@ jobs: | |
-DBUILD_SHARED_LIBS=TRUE^ | ||
-DOPENDDS_ACE_TAO_SRC=${{ github.workspace }}\OpenDDS\build\ACE_TAO^ | ||
-DOPENDDS_MPC=${{ github.workspace }}\MPC^ | ||
-DOPENDDS_XERCES3=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_OPENSSL=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_BUILD_TESTS=TRUE^ | ||
-DOPENDDS_CMAKE_VERBOSE=all | ||
- uses: ammaraskar/[email protected] | ||
|
@@ -307,6 +309,15 @@ jobs: | |
runs-on: windows-2022 | ||
|
||
steps: | ||
- name: setup for run-vcpkg | ||
shell: bash | ||
run: | | ||
echo '{ "name": "opendds", "version-string": "github-actions", "dependencies": [ "openssl", "xerces-c" ] }' > vcpkg.json | ||
- name: install openssl & xerces-c | ||
uses: lukka/run-vcpkg@v11 | ||
with: | ||
vcpkgGitCommitId: '${{ env.VCPKG_GIT_COMMIT }}' | ||
runVcpkgInstall: true | ||
- name: Checkout OpenDDS | ||
uses: actions/checkout@v4 | ||
with: | ||
|
@@ -333,6 +344,8 @@ jobs: | |
-DBUILD_SHARED_LIBS=FALSE^ | ||
-DOPENDDS_ACE_TAO_SRC=${{ github.workspace }}\OpenDDS\build\ACE_TAO^ | ||
-DOPENDDS_MPC=${{ github.workspace }}\MPC^ | ||
-DOPENDDS_XERCES3=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_OPENSSL=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_BUILD_TESTS=TRUE^ | ||
-DOPENDDS_CMAKE_VERBOSE=all | ||
- uses: ammaraskar/[email protected] | ||
|
@@ -388,6 +401,8 @@ jobs: | |
-DBUILD_SHARED_LIBS=TRUE^ | ||
-DOPENDDS_ACE_TAO_SRC=${{ github.workspace }}\OpenDDS\build\ACE_TAO^ | ||
-DOPENDDS_MPC=${{ github.workspace }}\MPC^ | ||
-DOPENDDS_XERCES3=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_OPENSSL=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_BUILD_TESTS=TRUE^ | ||
-DOPENDDS_CMAKE_VERBOSE=all | ||
- uses: ammaraskar/[email protected] | ||
|
@@ -407,6 +422,15 @@ jobs: | |
runs-on: windows-2022 | ||
|
||
steps: | ||
- name: setup for run-vcpkg | ||
shell: bash | ||
run: | | ||
echo '{ "name": "opendds", "version-string": "github-actions", "dependencies": [ "openssl", "xerces-c" ] }' > vcpkg.json | ||
- name: install openssl & xerces-c | ||
uses: lukka/run-vcpkg@v11 | ||
with: | ||
vcpkgGitCommitId: '${{ env.VCPKG_GIT_COMMIT }}' | ||
runVcpkgInstall: true | ||
- name: Checkout OpenDDS | ||
uses: actions/checkout@v4 | ||
with: | ||
|
@@ -433,6 +457,8 @@ jobs: | |
-DBUILD_SHARED_LIBS=FALSE^ | ||
-DOPENDDS_ACE_TAO_SRC=${{ github.workspace }}\OpenDDS\build\ACE_TAO^ | ||
-DOPENDDS_MPC=${{ github.workspace }}\MPC^ | ||
-DOPENDDS_XERCES3=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_OPENSSL=${{ env.VCPKG_INSTALLED_DIR }}/x64-windows^ | ||
-DOPENDDS_BUILD_TESTS=TRUE^ | ||
-DOPENDDS_CMAKE_VERBOSE=all | ||
- uses: ammaraskar/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters