Skip to content

Commit d03b1cd

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

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
@@ -21,7 +21,7 @@ if (NOT UNREAL_ENGINE_ROOT)
2121
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()
24-
set(UNREAL_ENGINE_ROOT ${DEFAULT_UNREAL_INSTALLATION})
24+
set(UNREAL_ENGINE_ROOT "${DEFAULT_UNREAL_INSTALLATION}")
2525
endif()
2626
endif()
2727

0 commit comments

Comments
 (0)