diff options
-rw-r--r-- | cmake/scripts/windows/ArchSetup.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/scripts/windows/ArchSetup.cmake b/cmake/scripts/windows/ArchSetup.cmake index 01c885180a..49a0f38a29 100644 --- a/cmake/scripts/windows/ArchSetup.cmake +++ b/cmake/scripts/windows/ArchSetup.cmake @@ -10,7 +10,7 @@ endif() # -------- Host Settings --------- set(_gentoolset ${CMAKE_GENERATOR_TOOLSET}) -string(REPLACE "host=" "" HOSTTOOLSET ${_gentoolset}) +string(REPLACE "host=" "" HOSTTOOLSET "${_gentoolset}") unset(_gentoolset) # -------- Architecture settings --------- |