From 7e3751224a9904a35b34be5238a5759ce625b419 Mon Sep 17 00:00:00 2001 From: wmayer Date: Thu, 20 Jun 2013 16:54:52 +0200 Subject: [PATCH] Minor fix --- data/examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/examples/CMakeLists.txt b/data/examples/CMakeLists.txt index 4c92d776b..4df175800 100644 --- a/data/examples/CMakeLists.txt +++ b/data/examples/CMakeLists.txt @@ -14,7 +14,7 @@ ADD_CUSTOM_TARGET(Example_data ALL # 0001097: CMake stops with error "Circular ... <- ... dependency dropped." if(NOT "${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_BINARY_DIR}") - fc_copy_sources(Examples "${CMAKE_BINARY_DIR}/data/examples" ${Examples_Files}) + fc_copy_sources(Example_data "${CMAKE_BINARY_DIR}/data/examples" ${Examples_Files}) endif() INSTALL(