Skip to content

Commit 1b5544d

Browse files
david-livelykring
andauthored
Update extern/CMakeLists.txt
Co-authored-by: Kevin Ring <[email protected]>
1 parent 4619fb6 commit 1b5544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extern/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if (NOT UNREAL_ENGINE_ROOT)
1818
set(DEFAULT_UNREAL_INSTALLATION "/Users/Shared/Epic Games/UE_5.4")
1919
endif()
2020

21-
if (NOT EXISTS ${DEFAULT_UNREAL_INSTALLATION})
21+
if (NOT EXISTS "${DEFAULT_UNREAL_INSTALLATION}")
2222
message(FATAL_ERROR "Please specify the root of your Unreal Engine installation, either by setting the UNREAL_ENGINE_ROOT environment variable or with -DUNREAL_ENGINE_ROOT=path on the cmake command-line.")
2323
else()
2424
set(UNREAL_ENGINE_ROOT ${DEFAULT_UNREAL_INSTALLATION})

0 commit comments

Comments
 (0)