cmake-ide icon indicating copy to clipboard operation
cmake-ide copied to clipboard

cmake-ide--set-flags-for-hdr-file: Symbol’s function definition is void: string-empty-p

Open arximboldi opened this issue 8 years ago • 2 comments

I get that error when trying to run cmake-ide-run-cmake

arximboldi avatar Apr 21 '16 10:04 arximboldi

I tried both in Emacs 24.5 and a 25.0-snapshot

arximboldi avatar Apr 21 '16 10:04 arximboldi

A workaround for this is to add subr-x before calling setup:

(require 'subr-x)
(cmake-ide-setup)

ideasman42 avatar Aug 20 '17 00:08 ideasman42