Don't need to include libphysfs.dll when we link staticly

This commit is contained in:
Linus Probert 2018-05-11 23:13:12 +02:00
parent 076a787f9c
commit 4a71f8a02b
1 changed files with 0 additions and 6 deletions

View File

@ -246,12 +246,6 @@ if (WIN32)
${CMAKE_SOURCE_DIR}/bin/SDL2_ttf.dll
${CMAKE_SOURCE_DIR}/bin/zlib1.dll
)
if (NOT PHYSFS_FOUND)
SET(CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS
${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
${CMAKE_BINARY_DIR}/physfs-3.0.1/libphysfs.dll
)
endif ()
endif (WIN32)
include(InstallRequiredSystemLibraries)