Skip to content

Commit

Permalink
change path settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemens Zangl committed Jun 28, 2024
1 parent 9b6c05f commit 38e1acb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
matrix:
qgis_version: [3_34_0]
env:
EXT_OSGEO4W_ROOT: "D:/OSGeo4W"
Qt5_DIR: "D:/OSGeo4W/apps/Qt5"
EXT_OSGEO4W_ROOT: "C:/OSGeo4W"
Qt5_DIR: "C:/OSGeo4W/apps/Qt5"

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 0 additions & 1 deletion cmake/FindQGIS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
# # Tim Sutton
# # Larry Shaffer (2017-01-31)

# MESSAGE("Searching for QGIS")
IF(WIN32)
# OSGEO4W_QGIS_SUBDIR relative install: qgis[-rel|-ltr][-dev], etc.
IF(NOT OSGEO4W_QGIS_SUBDIR OR "${OSGEO4W_QGIS_SUBDIR}" STREQUAL "")
Expand Down

0 comments on commit 38e1acb

Please sign in to comment.