Skip to content

Commit

Permalink
fix CI 16
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed May 24, 2024
1 parent ac79f97 commit a7b9ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
mkdir $HOME/install
- name: Configure
run: |
echo LDFLAGS=-lm >> ${GITHUB_ENV}
cmake ${CMAKE_OPTIONS} -S $GITHUB_WORKSPACE -B $GITHUB_WORKSPACE/build -G Ninja \
-DCMAKE_INSTALL_PREFIX=$HOME/install -DWITH_NLS=OFF \
-DCMAKE_C_FLAGS="-I/usr/include -I/usr/include/gdal" \
-DCMAKE_CXX_FLAGS="-I/usr/include -I/usr/include/gdal"
-DCMAKE_CXX_FLAGS="-I/usr/include -I/usr/include/gdal" \
-DCMAKE_SHARED_LINKER_FLAGS=-lm
- name: Print CMakeCache.txt
shell: bash -el {0}
run: |
Expand Down

0 comments on commit a7b9ee2

Please sign in to comment.