atilaneves / cmake-ide

Use Emacs as a C/C++ IDE
BSD 3-Clause "New" or "Revised" License
717 stars 92 forks source link

Directory local cmake-ide-cmake-opts customization ignored #123

Open sdeber opened 7 years ago

sdeber commented 7 years ago

I was trying to set the value to cmake-ide-cmake-opts with directory local variables. But cmake ide always uses the default value for it and completely ignores the newly assigned value.

atilaneves commented 7 years ago

I can't reproduce this - seems to work fine for me.

sdeber commented 7 years ago

How did you set it? Via directory local variable or via .emacs configuration file?

atilaneves commented 7 years ago

.dir-locals.el

juergenhoetzel commented 6 years ago

Works fine for me too.