Fix typo in CMakeLists.txt option

Make it match the expected ifdef value

CCMAIL: kurt.hindenburg@gmail.com
wilder-portage
Albert Astals Cid 10 years ago
parent abb60a6aec
commit 5080af9797
  1. 2
      src/CMakeLists.txt

@ -29,7 +29,7 @@ if(BUILD_TESTING)
endif()
### Security concerns about sendText and runCommand dbus methods being public
option(REMOVE_SENDTEXT_RUNNCOMMAND_METHODS "Konsole: remove sendText and runCommand dbus methods" OFF)
option(REMOVE_SENDTEXT_RUNCOMMAND_DBUS_METHODS "Konsole: remove sendText and runCommand dbus methods" OFF)
### Font Embedder and LineFont.h
option(KONSOLE_BUILD_FONTEMBEDDER "Konsole: build fontembedder executable" OFF)

Loading…
Cancel
Save