Properly link against xxhash
Things using dolphin_find_optional_system_library need to link against the name used there or they won't work with both the system and bundled cases
This commit is contained in:
Vendored
+1
@@ -6,3 +6,4 @@ target_include_directories(xxhash
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/xxHash
|
||||
)
|
||||
add_library(xxhash::xxhash ALIAS xxhash)
|
||||
|
||||
Reference in New Issue
Block a user