Need to link against correct target
parent
62c991290b
commit
a0116c6e01
|
@ -587,6 +587,7 @@ ELSE()
|
||||||
IF(ASSIMP_HUNTER_ENABLED)
|
IF(ASSIMP_HUNTER_ENABLED)
|
||||||
hunter_add_package(draco)
|
hunter_add_package(draco)
|
||||||
find_package(draco CONFIG REQUIRED)
|
find_package(draco CONFIG REQUIRED)
|
||||||
|
set(draco_LIBRARIES draco::draco)
|
||||||
ELSE()
|
ELSE()
|
||||||
# Draco 1.4.1 has many warnings and will not build with /WX or -Werror
|
# Draco 1.4.1 has many warnings and will not build with /WX or -Werror
|
||||||
# See https://github.com/google/draco/issues/672
|
# See https://github.com/google/draco/issues/672
|
||||||
|
|
Loading…
Reference in New Issue