CMake: Remove reference to empty bin/data dir

This commit is contained in:
Jonathan G Rennison
2020-07-01 00:36:10 +01:00
parent 1304d7c8b6
commit efaf935cbf

View File

@@ -25,7 +25,6 @@ install(DIRECTORY
${CMAKE_SOURCE_DIR}/bin/ai ${CMAKE_SOURCE_DIR}/bin/ai
${CMAKE_SOURCE_DIR}/bin/game ${CMAKE_SOURCE_DIR}/bin/game
${CMAKE_SOURCE_DIR}/bin/scripts ${CMAKE_SOURCE_DIR}/bin/scripts
${CMAKE_SOURCE_DIR}/bin/data
DESTINATION ${DATA_DESTINATION_DIR} DESTINATION ${DATA_DESTINATION_DIR}
COMPONENT language_files) COMPONENT language_files)