Skip to content

Commit

Permalink
Restore the default UE installation to 5.2 (instead of 5.5).
Browse files Browse the repository at this point in the history
  • Loading branch information
kring committed Nov 6, 2024
1 parent 816e627 commit 72b364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif()

if (NOT UNREAL_ENGINE_ROOT)
# On Windows, try to use the default UE 5.2 location
set(WINDOWS_DEFAULT_UNREAL_INSTALLATION "C:/Program Files/Epic Games/UE_5.5")
set(WINDOWS_DEFAULT_UNREAL_INSTALLATION "C:/Program Files/Epic Games/UE_5.2")
if (WIN32 AND EXISTS "${WINDOWS_DEFAULT_UNREAL_INSTALLATION}")
set(UNREAL_ENGINE_ROOT "${WINDOWS_DEFAULT_UNREAL_INSTALLATION}")
else()
Expand Down

0 comments on commit 72b364d

Please sign in to comment.