CMake: Remove reference to empty bin/data dir

pull/167/head
Jonathan G Rennison 4 years ago
parent 1304d7c8b6
commit efaf935cbf

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

Loading…
Cancel
Save