Don't need to include libphysfs.dll when we link staticly
This commit is contained in:
parent
076a787f9c
commit
4a71f8a02b
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue