Disable debuginfo tests on mac since gdb requires root
This commit is contained in:
parent
6152425180
commit
3976e56bfe
@ -386,6 +386,10 @@ ifeq ($(CFG_GDB),)
|
||||
CTEST_DISABLE_debuginfo = "no gdb found"
|
||||
endif
|
||||
|
||||
ifeq ($(CFG_OSTYPE),apple-darwin)
|
||||
CTEST_DISABLE_debuginfo = "gdb on darwing needs root"
|
||||
endif
|
||||
|
||||
define DEF_CTEST_VARS
|
||||
|
||||
# All the per-stage build rules you might want to call from the
|
||||
|
Loading…
Reference in New Issue
Block a user