mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +01: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:
parent
6158c27205
commit
90c1a39231
1 changed files with 1 additions and 3 deletions
|
@ -343,9 +343,7 @@ if(BUNDLE_DEPENDENCIES)
|
|||
|
||||
target_link_libraries(VVVVVV ${STATIC_LIBRARIES})
|
||||
else()
|
||||
find_package(utf8cpp CONFIG)
|
||||
|
||||
target_link_libraries(VVVVVV ${STATIC_LIBRARIES} physfs tinyxml2 utf8cpp FAudio)
|
||||
target_link_libraries(VVVVVV ${STATIC_LIBRARIES} physfs tinyxml2 FAudio)
|
||||
endif()
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue