Resolve "[API-#2] Pseudo-privatization of rotgen entity member functions"
Closes #18 Co-authored-by: Jules Pénuchot <jules@penuchot.com> See merge request oss/rotgen!50
This commit is contained in:
parent
6489697c05
commit
e151e136d6
52 changed files with 2212 additions and 1556 deletions
|
|
@ -58,10 +58,10 @@ function(print_configuration_summary FORCE_DYNAMIC_VAR FORCE_CONFIG_REASON MAX_S
|
|||
if(${FORCE_DYNAMIC_VAR})
|
||||
message(STATUS " Configuration mode: DYNAMIC")
|
||||
if(${FORCE_CONFIG_REASON})
|
||||
message(STATUS " Reason : No static size options were provided")
|
||||
message(STATUS " Reason : No fixed size options were provided")
|
||||
endif()
|
||||
else()
|
||||
message(STATUS " Configuration mode: STATIC")
|
||||
message(STATUS " Configuration mode: FIXED SIZE")
|
||||
message(STATUS " Expression Templates: ${ROTGEN_ENABLE_EXPRESSION_TEMPLATES}")
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue