diff --git a/CMakeLists.txt b/CMakeLists.txt index 46b904c1..a01c4e17 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,14 +17,14 @@ endif() set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake) -if(TAG_RELEASE) - include(MakeReleaseCommitAndTag) -endif() - if(UPDATE_APPCAST) include(UpdateAppcast) endif() +if(TAG_RELEASE) + include(MakeReleaseCommitAndTag) +endif() + set(VCPKG_DEPS zlib libpng SDL2 SFML gettext wxWidgets) # appveyor job goes over time limit if building ffmpeg during initial cache