cmake-ide
cmake-ide copied to clipboard
cmake-ide--set-flags-for-hdr-file: Symbol’s function definition is void: string-empty-p
I get that error when trying to run cmake-ide-run-cmake
I tried both in Emacs 24.5
and a 25.0-snapshot
A workaround for this is to add subr-x
before calling setup:
(require 'subr-x)
(cmake-ide-setup)