[install_gem_assets_fix] revert gem asset folder glob to use CMAKE_SOURCE_DIR instead of CMAKE_CURRENT_SOURCE_DIR
This commit is contained in:
@@ -333,7 +333,7 @@ function(ly_setup_others)
|
||||
GLOB_RECURSE
|
||||
gems_assets_path
|
||||
LIST_DIRECTORIES TRUE
|
||||
RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}/"
|
||||
RELATIVE "${CMAKE_SOURCE_DIR}/"
|
||||
"Gems/*"
|
||||
)
|
||||
list(FILTER gems_assets_path INCLUDE REGEX "/Assets$")
|
||||
|
||||
Reference in New Issue
Block a user