Skip to content

Commit d6c5661

Browse files
committed
fixup! fixup! Modernize CMake scripts
1 parent 29127cf commit d6c5661

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ jobs:
101101
-DCMAKE_INSTALL_PREFIX=local \
102102
-DBUILD_SHARED_LIBS=${{ matrix.shared == 'dynamic' && 'TRUE' || 'FALSE' }} \
103103
-DLIBTCODFOV_TESTS=ON \
104+
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=bin \
105+
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin \
104106
-Wdev \
105107
${{ matrix.cmake_extra_args }}
106108
- name: CMake build
@@ -167,6 +169,8 @@ jobs:
167169
-DCMAKE_CXX_FLAGS="--coverage" \
168170
-DCMAKE_C_FLAGS="--coverage" \
169171
-DLIBTCODFOV_TESTS=ON \
172+
-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=bin \
173+
-DCMAKE_RUNTIME_OUTPUT_DIRECTORY=bin \
170174
-Wdev
171175
- name: CMake build
172176
run: |

0 commit comments

Comments
 (0)