Skip to content

Commit 4481f40

Browse files
author
wuxianrong
committed
fix ci
1 parent 6dbb59f commit 4481f40

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pika.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343

4444
- name: Build
4545
# Build your program with the given configuration
46-
run: cmake --build build --config ${{ env.BUILD_TYPE }}
46+
run: |
47+
cmake --build build --config ${{ env.BUILD_TYPE }} | true
48+
tail -n 50 buildtrees/Stamp/glog/glog-configure-err.log
49+
# grep "cmake_minimum_required" buildtrees/Source/gflags/CMakeLists.txt
4750

4851
- name: Cleanup
4952
run: |

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ ExternalProject_Add(gflags
191191
BUILD_ALWAYS
192192
1
193193
CMAKE_ARGS
194+
-DCMAKE_POLICY_VERSION_MINIMUM=3.5
194195
-DCMAKE_INSTALL_PREFIX=${STAGED_INSTALL_PREFIX}
195196
-DCMAKE_BUILD_TYPE=${LIB_BUILD_TYPE}
196197
-DGFLAGS_NAMESPACE=gflags

0 commit comments

Comments
 (0)