Making paths consistent (PR comment)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-02 17:05:14 -07:00
parent c54331dee5
commit 458dad8e47
+1 -1
View File
@@ -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()