Skip to content

Commit

Permalink
Aargh... let's use ZIP-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jan 19, 2024
1 parent f711aed commit 50e32e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -686,9 +686,8 @@ SET(CMAKE_INCLUDE_CURRENT_DIR ON)
IF(ENABLE_SHOWMYSKY)
ADD_DEFINITIONS(-DENABLE_SHOWMYSKY)
CPMFindPackage(NAME ShowMySky-Qt${QT_VERSION_MAJOR}
# URL https://github.com/10110111/CalcMySky/archive/refs/tags/v0.3.1.tar.gz
URL https://codeload.github.com/10110111/CalcMySky/zip/refs/heads/master
# URL_HASH SHA256=d284eaabcf21ad3d1f520a1d1b1b533f7c5f5a44ba92495dd38e238874e8e4d7
GITHUB_REPOSITORY 10110111/CalcMySky
EXCLUDE_FROM_ALL yes
OPTIONS "QT_VERSION ${QT_VERSION_MAJOR}")
IF(ShowMySky-Qt${QT_VERSION_MAJOR}_ADDED)
Expand Down

0 comments on commit 50e32e6

Please sign in to comment.