Skip to content

Commit

Permalink
Merge pull request input-leap#1914 from shymega/fix/typo-cmake
Browse files Browse the repository at this point in the history
fix: Fix typo in `CMakeLists` - INPUTLEAP_DEPLOY_FLATPAK_SCRIPT
  • Loading branch information
p12tic authored Jun 21, 2024
2 parents e5877e5 + c074389 commit 53d2a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ option(INPUTLEAP_BUILD_TESTS "Build the tests" ON)
option(INPUTLEAP_USE_EXTERNAL_GTEST "Use external installation of Google Test framework" OFF)
option(INPUTLEAP_BUILD_X11 "Build with XWindows support" ON)
option(INPUTLEAP_BUILD_LIBEI "Build with libei support" OFF)
option(INPUTLEAP_DEPLOY_FLATPAK_SCRIPT "Deploy Flatpak script [Expermental]" OFF)
option(INPUTLEAP_DEPLOY_FLATPAK_SCRIPT "Deploy Flatpak script [Experimental]" OFF)
set (CMAKE_EXPORT_COMPILE_COMMANDS ON)
set (CMAKE_CXX_STANDARD 14)
set (CMAKE_CXX_EXTENSIONS OFF)
Expand Down

0 comments on commit 53d2a32

Please sign in to comment.