mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Remove UTF8-CPP from non-bundled dependencies
UTF8-CPP was removed but Dav forgot to also remove it from dependencies if BUNDLE_DEPENDENCIES was disabled.
This commit is contained in:
@@ -343,9 +343,7 @@ if(BUNDLE_DEPENDENCIES)
|
|||||||
|
|
||||||
target_link_libraries(VVVVVV ${STATIC_LIBRARIES})
|
target_link_libraries(VVVVVV ${STATIC_LIBRARIES})
|
||||||
else()
|
else()
|
||||||
find_package(utf8cpp CONFIG)
|
target_link_libraries(VVVVVV ${STATIC_LIBRARIES} physfs tinyxml2 FAudio)
|
||||||
|
|
||||||
target_link_libraries(VVVVVV ${STATIC_LIBRARIES} physfs tinyxml2 utf8cpp FAudio)
|
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user