We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e7167 commit c70ad1aCopy full SHA for c70ad1a
.github/workflows/build.yml
@@ -99,7 +99,7 @@ jobs:
99
CTEST_OUTPUT_ON_FAILURE: 1
100
run: |
101
cd build
102
- ctest --output-junit report.xml
+ ctest --output-junit report.xml -VV --debug
103
104
- name: Archive unit test results
105
uses: actions/upload-artifact@v4
CMakeLists.txt
@@ -1,5 +1,5 @@
1
-cmake_minimum_required(VERSION 3.12)
2
-cmake_policy(VERSION 3.12)
+cmake_minimum_required(VERSION 3.18)
+cmake_policy(VERSION 3.18)
3
4
if(POLICY CMP0078)
5
cmake_policy(SET CMP0078 NEW) # UseSWIG: do not use legacy target names
0 commit comments