To set an option (foo) of a sub-project permanently you need to add the following code: set(foo “bar” CACHE STRING “overrides option foo of sub” FORCE) in case you want the option configurable by the including project you should define an option with the same name.
Month: December 2017
Allow NAT to localhost
In order to allow routing of a local port to an external interface you need to enable route_localnet for the interface: echo 1 > /proc/sys/net/ipv4/conf/<iface>/route_localnet
FIX: QEMU – console not visible
When the curses console of QEMU does not become visible, then you can try the following settings in the virtual machine: /etc/default/grub should contain GRUB_CMDLINE_LINUX=”console=tty0 console=ttyS0″ /etc/modprobe.d/bochs_drm.conf should contain install bochs_drm /bin/true