diff --git a/cmake/xo_cxx.cmake b/cmake/xo_cxx.cmake index 7eaaaff9..da93eccb 100644 --- a/cmake/xo_cxx.cmake +++ b/cmake/xo_cxx.cmake @@ -64,7 +64,7 @@ macro(xo_include_headeronly_options2 target) $ $ # e.g. for #include "Refcounted.hpp" in refcnt/src when ${target}=refcnt [DEPRECATED] $ # e.g. for #include "TypeDescr.hpp" in reflect/src when ${target}=reflect - $ +# $ $ # e.g. for generated .hpp files ) @@ -126,7 +126,7 @@ macro(xo_include_options2 target) $ $ # e.g. for #include "Refcounted.hpp" in refcnt/src [DEPRECATED] $ # e.g. for #include "TypeDescr.hpp" in reflect/src when ${target}=reflect - $ +# $ $ # e.g. for generated .hpp files )