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 9ef2118 commit c0945ceCopy full SHA for c0945ce
.github/workflows/macos.yml
@@ -12,7 +12,7 @@ env:
12
CCACHE_DIR: /Users/runner/Library/Caches/ccache
13
CCACHE_NOHASHDIR: true
14
CPM_SOURCE_CACHE: /Users/runner/Library/Caches/CPM
15
- CMAKE_POLICY_VERSION_MINIMUM: 3.5 # Shut up the 'Compatibility with CMake < 3.5 has been removed from CMake'
+ CMAKE_POLICY_VERSION_MINIMUM: 3.15 # Shut up the 'Compatibility with CMake < 3.5 has been removed from CMake'
16
17
jobs:
18
macos:
0 commit comments