Skip to content

Commit 5eff4e5

Browse files
committed
cleanup
1 parent dbca10b commit 5eff4e5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/apt-deps.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -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
1+
libsdl2-dev libpng-dev libglew-dev libzip-dev zipcmp zipmerge ziptool ninja-build nlohmann-json3-dev libtinyxml2-dev libspdlog-dev

cmake/dependencies/common.cmake

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ if(TRUE)
3737
StormLib
3838
GIT_REPOSITORY https://github.com/ladislav-zezula/StormLib.git
3939
GIT_TAG v9.25
40-
OVERRIDE_FIND_PACKAGE
4140
)
4241
FetchContent_MakeAvailable(StormLib)
4342
list(APPEND ADDITIONAL_LIB_INCLUDES ${stormlib_SOURCE_DIR}/src)
44-
endif()
43+
endif()

0 commit comments

Comments
 (0)