Skip to content

Commit 47c29f6

Browse files
committed
Remove PHYSFS_INCLUDE_DIR check, handled by ProvidePhysfs.cmake
1 parent 0be1a37 commit 47c29f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mk/cmake/SuperTux/ProvideSDL2.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,8 @@ if(WIN32)
1010
find_library(SDL2_LIBRARIES NAMES SDL2 PATHS "${DEPENDENCY_FOLDER}/lib")
1111
find_library(SDL2IMAGE_LIBRARIES NAMES SDL2_image PATHS "${DEPENDENCY_FOLDER}/lib")
1212
find_library(SDL2MAIN_LIBRARIES NAMES SDL2main PATHS "${DEPENDENCY_FOLDER}/lib")
13-
find_path(PHYSFS_INCLUDE_DIR NAMES physfs.h PATHS "${DEPENDENCY_FOLDER}/include/physfs")
1413
endif()
15-
1614
else()
17-
1815
if(NOT EMSCRIPTEN)
1916
if(VCPKG_BUILD)
2017
find_package(SDL2 CONFIG REQUIRED)

0 commit comments

Comments
 (0)