We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dbb59f commit 3235a20Copy full SHA for 3235a20
2 files changed
.github/workflows/pika.yml
@@ -43,7 +43,10 @@ jobs:
43
44
- name: Build
45
# Build your program with the given configuration
46
- run: cmake --build build --config ${{ env.BUILD_TYPE }}
+ run: |
47
+ cmake --build build --config ${{ env.BUILD_TYPE }}
48
+# tail -n 50 buildtrees/Stamp/glog/glog-configure-err.log
49
+# grep "cmake_minimum_required" buildtrees/Source/gflags/CMakeLists.txt
50
51
- name: Cleanup
52
run: |
CMakeLists.txt
@@ -191,6 +191,7 @@ ExternalProject_Add(gflags
191
BUILD_ALWAYS
192
1
193
CMAKE_ARGS
194
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5
195
-DCMAKE_INSTALL_PREFIX=${STAGED_INSTALL_PREFIX}
196
-DCMAKE_BUILD_TYPE=${LIB_BUILD_TYPE}
197
-DGFLAGS_NAMESPACE=gflags
0 commit comments