Fix assimp CMake module
This commit is contained in:
parent
eeadede5e8
commit
13298daa55
1 changed files with 6 additions and 6 deletions
|
@ -20,8 +20,8 @@ if(assimp_FOUND)
|
|||
add_library(assimp::assimp UNKNOWN IMPORTED)
|
||||
|
||||
set_target_properties(assimp::assimp PROPERTIES
|
||||
IMPORTED_LOCATION "${assimp_LIBRARIES}")
|
||||
set_target_properties(assimp::assimp PROPERTIES
|
||||
INTERFACE_INCLUDE_DIRECTORIES ${assimp_INCLUDE_DIRS}
|
||||
)
|
||||
IMPORTED_LOCATION
|
||||
${assimp_LIBRARIES}
|
||||
INTERFACE_INCLUDE_DIRECTORIES
|
||||
${assimp_INCLUDE_DIRS})
|
||||
endif(assimp_FOUND)
|
||||
|
|
Reference in a new issue