xo-cmake: bugfix: missed invocation of xo_toplevel_default_config()
This commit is contained in:
parent
5fb7745c66
commit
aff3e64619
1 changed files with 3 additions and 1 deletions
|
|
@ -186,12 +186,14 @@ macro(xo_toplevel_asan_config2)
|
|||
endmacro()
|
||||
|
||||
# support for
|
||||
# cmake -DCMAKE_BUILD_TYPE=
|
||||
# cmake -DCMAKE_BUILD_TYPE=release
|
||||
# cmake -DCMAKE_BUILD_TYPE=debug
|
||||
# cmake -DCMAKE_BUILD_TYPE+asan
|
||||
# cmake -DCMAKE_BUILD_TYPE=asan
|
||||
# cmake -DCMAKE_BUILD_TYPE=coverage
|
||||
#
|
||||
macro(xo_toplevel_config2)
|
||||
xo_toplevel_default_config2()
|
||||
xo_toplevel_release_config2()
|
||||
xo_toplevel_debug_config2()
|
||||
xo_toplevel_asan_config2()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue