mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01:00
Remove usage of undefined variable PFSP_SRC
This variable is not defined anywhere and never has been since the source code release (which is when this CMake file was first created). To make things clearer, I'm cleaning this variable up.
This commit is contained in:
parent
afae945930
commit
2229c2c6c0
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ target_compile_definitions(lodepng-static PRIVATE
|
|||
|
||||
if(BUNDLE_DEPENDENCIES)
|
||||
add_library(tinyxml2-static STATIC ${XML2_SRC})
|
||||
add_library(physfs-static STATIC ${PFS_SRC} ${PFSP_SRC})
|
||||
add_library(physfs-static STATIC ${PFS_SRC})
|
||||
target_compile_definitions(physfs-static PRIVATE
|
||||
-DPHYSFS_SUPPORTS_DEFAULT=0 -DPHYSFS_SUPPORTS_ZIP=1
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue