Skip to content

Commit

Permalink
test: TRUE -> ON
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Nov 29, 2023
1 parent e01c249 commit 558712c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
ref: ${{ env.hipo_version }}
- name: build
run: |
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=hipo -DCMAKE_POSITION_INDEPENDENT_CODE=TRUE
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=hipo -DCMAKE_POSITION_INDEPENDENT_CODE=ON
cmake --build build -j2
cmake --install build
- run: tree hipo
Expand Down

0 comments on commit 558712c

Please sign in to comment.