Skip to content

Commit

Permalink
Fix Path in build_cmake_w22
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Sep 28, 2023
1 parent 97190e8 commit 410c7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12880,8 +12880,8 @@ jobs:
cmake -B build^
-DBUILD_SHARED_LIBS=TRUE^
-DCMAKE_BUILD_TYPE=Debug^
-DOPENDDS_ACE=${{ github.workspace }}/OpenDDS/ACE_TAO^
-DOPENDDS_MPC=${{ github.workspace }}/MPC^
-DOPENDDS_ACE=${{ github.workspace }}\OpenDDS\ACE_TAO\ACE^
-DOPENDDS_MPC=${{ github.workspace }}\MPC^
-DOPENDDS_BUILD_TESTS=TRUE^
-DOPENDDS_CMAKE_VERBOSE=all
- uses: ammaraskar/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docs/building/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ See :ref:`cross-compiling` for how to cross compile for other platforms.
Configuring and Building
************************

.. seealso:: :ref:`cmake-building` to use CMake instead of a :term:`MPC`-based build,
.. seealso:: :ref:`cmake-building` to use CMake instead of a :term:`MPC`-based build.

.. ifconfig:: is_release

Expand Down

0 comments on commit 410c7a4

Please sign in to comment.