Make sure the compatible memory.xml is used.

develop
Petr Mrázek 2010-08-13 21:44:17 +02:00
parent 343b14753b
commit bae7b88be0
1 changed files with 1 additions and 1 deletions

@ -188,7 +188,7 @@ if(MSVC)
)
else(MSVC)
# Just put the file in the output directory on Linux and Mac
configure_file(${CMAKE_SOURCE_DIR}/data/Memory-ng.xml ${DATA_OUTPUT_PATH}/Memory.xml COPYONLY)
configure_file(${CMAKE_SOURCE_DIR}/data/Memory.xml ${DATA_OUTPUT_PATH}/Memory.xml COPYONLY)
endif(MSVC)
IF(UNIX)