Skip to content

Commit 8113044

Browse files
authored
Merge pull request #1713 from CesiumGS/default-unreal-ue54
Default UNREAL_ENGINE_ROOT to UE 5.4 instead of 5.3.
2 parents 0d23cd6 + ce50a16 commit 8113044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extern/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ if (DEFINED ENV{UNREAL_ENGINE_ROOT} AND NOT UNREAL_ENGINE_ROOT)
1111
endif()
1212

1313
if (NOT UNREAL_ENGINE_ROOT)
14-
# On Windows, try to use the default UE 5.3 location
15-
set(WINDOWS_DEFAULT_UNREAL_INSTALLATION "C:/Program Files/Epic Games/UE_5.3")
14+
# On Windows, try to use the default UE 5.4 location
15+
set(WINDOWS_DEFAULT_UNREAL_INSTALLATION "C:/Program Files/Epic Games/UE_5.4")
1616
if (WIN32 AND EXISTS "${WINDOWS_DEFAULT_UNREAL_INSTALLATION}")
1717
set(UNREAL_ENGINE_ROOT "${WINDOWS_DEFAULT_UNREAL_INSTALLATION}")
1818
else()

0 commit comments

Comments
 (0)