summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/cmake.mpd2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/cmake.mpd b/templates/cmake.mpd
index 4b21a2eb..f3e20dd9 100644
--- a/templates/cmake.mpd
+++ b/templates/cmake.mpd
@@ -131,7 +131,7 @@ target_precompile_headers(${PROJECT_TARGET_<%uc(normalize(project_name))%>} PRIV
target_compile_definitions(${PROJECT_TARGET_<%uc(normalize(project_name))%>} PUBLIC <%pch_defines%>)
<%endif%>
<%if(macros)%>
-target_compile_definitions(${PROJECT_TARGET_<%uc(normalize(project_name))%>} PUBLIC<%macros%>)
+target_compile_definitions(${PROJECT_TARGET_<%uc(normalize(project_name))%>} PUBLIC <%macros%>)
<%endif%>
<%if(custom_types)%>