Minor fix

This commit is contained in:
wmayer 2013-06-20 16:54:52 +02:00
parent 5b46a86056
commit 7e3751224a

View File

@ -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(