We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbca10b commit 5eff4e5Copy full SHA for 5eff4e5
.github/workflows/apt-deps.txt
@@ -1 +1 @@
1
-libsdl2-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool ninja-build nlohmann-json3-dev libtinyxml2-dev libspdlog-dev libstorm-dev
+libsdl2-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool ninja-build nlohmann-json3-dev libtinyxml2-dev libspdlog-dev
cmake/dependencies/common.cmake
@@ -37,8 +37,7 @@ if(TRUE)
37
StormLib
38
GIT_REPOSITORY https://github.com/ladislav-zezula/StormLib.git
39
GIT_TAG v9.25
40
- OVERRIDE_FIND_PACKAGE
41
)
42
FetchContent_MakeAvailable(StormLib)
43
list(APPEND ADDITIONAL_LIB_INCLUDES ${stormlib_SOURCE_DIR}/src)
44
-endif()
+endif()
0 commit comments