mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Fix EnsureGameHDD check
This commit is contained in:
parent
ff4e0f8095
commit
51cbf16047
|
|
@ -89,7 +89,7 @@ add_dependencies(Minecraft.Client CopyRedist)
|
|||
set_property(TARGET CopyRedist PROPERTY FOLDER "Build")
|
||||
|
||||
# Make sure GameHDD exists on Windows
|
||||
if(CMAKE_CONFIGURE_PRESET STREQUAL "windows64")
|
||||
if(PLATFORM_NAME STREQUAL "Windows64")
|
||||
add_custom_target(EnsureGameHDD ALL
|
||||
COMMAND ${CMAKE_COMMAND}
|
||||
-E make_directory "${CMAKE_CURRENT_BINARY_DIR}/$<CONFIG>/Windows64/GameHDD"
|
||||
|
|
|
|||
Loading…
Reference in a new issue