Skip to content

Commit

Permalink
Tweak FindASSETIMPORT so the bundled reporting works
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed May 10, 2024
1 parent 080bbbb commit 59398dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMake/FindASSETIMPORT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ find_package_handle_standard_args (ASSETIMPORT REQUIRED_VARS
)

# Set the output variables.
if (assetimport_FOUND)
if (ASSETIMPORT_FOUND)
set (ASSETIMPORT_LIBRARY "${ASSETIMPORT_LIBRARY}" CACHE PATH "Asset Import Library")
set (ASSETIMPORT_INCLUDE_DIRS ${ASSETIMPORT_INCLUDE_DIR})
set (ASSETIMPORT_LIBRARIES ${ASSETIMPORT_LIBRARY})
else ()
Expand Down

0 comments on commit 59398dc

Please sign in to comment.