rm unused physfs cmake option;

This commit is contained in:
bjorn 2019-11-23 01:17:00 -08:00
parent 31b5792713
commit 25bdc05343
1 changed files with 0 additions and 1 deletions

View File

@ -94,7 +94,6 @@ if(LOVR_ENABLE_FILESYSTEM)
set(PHYSFS_ARCHIVE_ISO9660 OFF CACHE BOOL "")
set(PHYSFS_ARCHIVE_VDF OFF CACHE BOOL "")
set(PHYSFS_BUILD_TEST OFF CACHE BOOL "")
set(PHYSFS_BUILD_WX_TEST FALSE CACHE BOOL "")
add_subdirectory(deps/physfs physfs)
include_directories(deps/physfs/src)
set(LOVR_PHYSFS physfs)