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()
|
endif()
|
||||||
include("${monolithic_file}")
|
include("${monolithic_file}")
|
||||||
else()
|
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()
|
endif()
|
||||||
find_package(LauncherGenerator)
|
find_package(LauncherGenerator)
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|||||||
Reference in New Issue
Block a user