Making paths consistent (PR comment)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ macro(ly_find_o3de_packages)
|
||||
endif()
|
||||
include("${monolithic_file}")
|
||||
else()
|
||||
include("cmake/Platform/${PAL_PLATFORM_NAME}/Default/o3de_subdirectories_${PAL_PLATFORM_NAME_LOWERCASE}.cmake")
|
||||
include("${LY_ROOT_FOLDER}/cmake/Platform/${PAL_PLATFORM_NAME}/Default/o3de_subdirectories_${PAL_PLATFORM_NAME_LOWERCASE}.cmake")
|
||||
endif()
|
||||
find_package(LauncherGenerator)
|
||||
endmacro()
|
||||
|
||||
Reference in New Issue
Block a user