Skip to content

Commit

Permalink
ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Dec 12, 2024
1 parent 8619ed9 commit 9ccd9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qnx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
source "${{ github.workspace }}/qnx800/qnxsdp-env.sh"
cd googletest
cmake -DCMAKE_SYSTEM_NAME=QNX -DCMAKE_INSTALL_PREFIX=${QNX_TARGET}/usr -DCMAKE_INSTALL_INCLUDEDIR=${QNX_TARGET}/usr/include -DCMAKE_FIND_ROOT_PATH="${CMAKE_FIND_ROOT_PATH}" -DBUILD_GMOCK=ON -DINSTALL_GTEST=ON -Dgtest_disable_pthreads=ON -DCMAKE_VERBOSE_MAKEFILE=ON .
cmake -DCMAKE_SYSTEM_NAME=QNX -DCMAKE_INSTALL_PREFIX=${QNX_TARGET}/${CPUVARDIR}/usr -DCMAKE_INSTALL_INCLUDEDIR=${QNX_TARGET}/usr/include -DCMAKE_FIND_ROOT_PATH="${CMAKE_FIND_ROOT_PATH}" -DBUILD_GMOCK=ON -DINSTALL_GTEST=ON -Dgtest_disable_pthreads=ON -DCMAKE_VERBOSE_MAKEFILE=ON .
gmake
gmake install
- name: Checkout c-ares
Expand Down

0 comments on commit 9ccd9c4

Please sign in to comment.