diff --git a/.github/workflows/macos_cpp.yml b/.github/workflows/macos_cpp.yml index 0d0de37f8d..a5007c467d 100644 --- a/.github/workflows/macos_cpp.yml +++ b/.github/workflows/macos_cpp.yml @@ -30,4 +30,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install diff --git a/.github/workflows/macos_dotnet.yml b/.github/workflows/macos_dotnet.yml index 86bc5d00df..74710e423b 100644 --- a/.github/workflows/macos_dotnet.yml +++ b/.github/workflows/macos_dotnet.yml @@ -43,4 +43,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install diff --git a/.github/workflows/macos_java.yml b/.github/workflows/macos_java.yml index b2ac959d37..597603164f 100644 --- a/.github/workflows/macos_java.yml +++ b/.github/workflows/macos_java.yml @@ -43,4 +43,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install diff --git a/.github/workflows/macos_python.yml b/.github/workflows/macos_python.yml index 999c37bb21..7278510a42 100644 --- a/.github/workflows/macos_python.yml +++ b/.github/workflows/macos_python.yml @@ -39,4 +39,4 @@ jobs: - name: Test run: cmake --build build --config Release --target RUN_TESTS -v - name: Install - run: cmake --build build --config Release --target install -v + run: cmake --build build --config Release --target install -v -- DESTDIR=install