Skip to content

Commit

Permalink
USE_MENU_CACHE default OFF
Browse files Browse the repository at this point in the history
  • Loading branch information
agaida committed Apr 21, 2018
1 parent 9fcc764 commit a38145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -14,7 +14,7 @@ include(CMakeDependentOption)
include(GNUInstallDirs)

option(UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF)
option(USE_MENU_CACHE "Use libmenu-cache from LXDE to generate the app menu" ON)
option(USE_MENU_CACHE "Use libmenu-cache from LXDE to generate the app menu" OFF)
option(RUNNER_MATH "Math operations support" ON)
option(RUNNER_VBOX "Virtual Box support" ON)
cmake_dependent_option(RUNNER_VBOX_HEADLESS
Expand Down

0 comments on commit a38145d

Please sign in to comment.