Skip to content
Snippets Groups Projects

Improve versatility and robustness of `cpptype`, and document it in the user guide

Merged Frederik Hennig requested to merge fhennig/cpptypes into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -54,7 +54,7 @@ function(pystencilssfg_generate_target_sources TARGET)
endif()
if(DEFINED _pssfg_CONFIG_MODULE)
cmake_path(ABSOLUTE_PATH PystencilsSfg_CONFIG_MODULE OUTPUT_VARIABLE config_module)
cmake_path(ABSOLUTE_PATH _pssfg_CONFIG_MODULE OUTPUT_VARIABLE config_module)
list(APPEND generatorArgs "--sfg-config-module=${config_module}")
list(APPEND _pssfg_DEPENDS ${config_module})
else()
Loading