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 272bf3b commit 33328dbCopy full SHA for 33328db
.github/workflows/ci.yml
@@ -218,7 +218,7 @@ jobs:
218
uses: actions/checkout@v4
219
with:
220
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
221
- ref: master
+ ref: dolphin-emu-release-prep-2509
222
223
- name: Checkout Submodules
224
if: steps.cache-submodules.outputs.cache-hit != 'true'
Externals/pugixml/CMakeLists.txt
@@ -1,6 +1,6 @@
1
project(pugixml)
2
3
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 2.8.12...3.5)
4
5
option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
6
0 commit comments