diff --git a/CMakeLists.txt b/CMakeLists.txt index 80714d7c..12dcc935 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)