From ad5afe448de59940785485a4c8a37073b5bcd6d1 Mon Sep 17 00:00:00 2001 From: YiHui Liu Date: Sun, 8 May 2022 16:20:26 +0800 Subject: [PATCH] fix: mac file path --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9295d45..590160c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,7 +52,7 @@ set(EXAMPLEB1_SCRIPTS foreach(_script ${EXAMPLEB1_SCRIPTS}) configure_file( ${PROJECT_SOURCE_DIR}/${_script} - ${PROJECT_BINARY_DIR}/${_script} + ${PROJECT_BINARY_DIR}/Release/${_script} COPYONLY ) endforeach()