From 4eaeb2b1820d5399fe706bc7f756c428bf6e2706 Mon Sep 17 00:00:00 2001 From: Tian Jin Date: Fri, 27 Jul 2018 07:35:47 -0400 Subject: [PATCH] Update CMakeLists.txt (#59) --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fcb93d4..3e7ba91 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -56,7 +56,7 @@ endif() add_custom_command( TARGET ${UNITTEST_TARGET_NAME} POST_BUILD COMMAND ${CMAKE_COMMAND} -E copy_directory - ${CMAKE_CURRENT_SOURCE_DIR}/test/data + ${CMAKE_CURRENT_SOURCE_DIR}/data ${CMAKE_CURRENT_BINARY_DIR}/data ) ##