Fix paths to BuildInPackages and o3de_subdirectories
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -13,7 +13,7 @@ include(FindPackageHandleStandardArgs)
|
||||
# This will be called from within the installed engine's CMakeLists.txt
|
||||
macro(ly_find_o3de_packages)
|
||||
if(LY_MONOLITHIC_GAME)
|
||||
set(monolithic_file "${LY_ROOT_FOLDER}/Platform/${PAL_PLATFORM_NAME}/Monolithic/o3de_subdirectories_${PAL_PLATFORM_NAME_LOWERCASE}.cmake")
|
||||
set(monolithic_file "${LY_ROOT_FOLDER}/cmake/Platform/${PAL_PLATFORM_NAME}/Monolithic/o3de_subdirectories_${PAL_PLATFORM_NAME_LOWERCASE}.cmake")
|
||||
if(NOT EXISTS ${monolithic_file})
|
||||
message(FATAL_ERROR "O3DE SDK was not generated to support monolithic builds")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user