Merge pull request #4483 from lgmcode/master

Fix draco building error when import assimp with cmake add_subdirectory #3663
pull/4490/head^2
Kim Kulling 2022-04-20 23:22:05 +02:00 committed by GitHub
commit 02f070667a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ endif()
set(draco_root "${CMAKE_CURRENT_SOURCE_DIR}")
set(draco_src_root "${draco_root}/src/draco")
set(draco_build "${CMAKE_BINARY_DIR}")
set(draco_build "${Assimp_BINARY_DIR}")
if("${draco_root}" STREQUAL "${draco_build}")
message(