summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChad Elliott <elliottc@objectcomputing.com>2022-11-11 08:13:04 -0600
committerChad Elliott <elliottc@objectcomputing.com>2022-11-11 08:13:04 -0600
commit3755fb81a9aa78d773aac9989bc8e9ffd06941cf (patch)
tree207c20086f68f1bbce80a3b754bfdaf59969861e /templates
parent803712a150de62cf8c8427a775c7e5587a59fa7f (diff)
downloadMPC-3755fb81a9aa78d773aac9989bc8e9ffd06941cf.tar.gz
Added a missing space.
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)%>