Skip to content

Commit c4e3722

Browse files
committed
Hotfix: macro project tent function
Changes to be committed: modified: cmake/Macro.cmake
1 parent b888543 commit c4e3722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Macro.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function(ae2f_Macro_Lib_V prm_namespace prm_name prm_prefix
125125
ae2f_CoreLibTentConfigCustom(
126126
${prm_name} INTERFACE ${prm_include_dir}
127127
${prm_namespace} ${prm_config_file}
128-
${ofiles-inc} ${}
128+
${ofiles-inc}
129129
${ARGN}
130130
)
131131
endif()

0 commit comments

Comments
 (0)