fix: mac file path
This commit is contained in:
parent
29dd4efc5e
commit
ad5afe448d
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user