diff --git a/CMakeLists.txt b/CMakeLists.txt index 7475103c..6a7d3087 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -241,7 +241,9 @@ set(_item_map_inputs "${CMAKE_CURRENT_SOURCE_DIR}/Minecraft.World/Tile.h" ) -string(REPLACE ";" "\\;" _item_map_inputs "${_item_map_inputs}") +if(NOT PLATFORM_NAME STREQUAL "Windows64") + string(REPLACE ";" "\\;" _item_map_inputs "${_item_map_inputs}") +endif() #neo: added ItemNameMap generation add_custom_command(