Skip to content

Commit 7b8b76f

Browse files
committed
Fixed a misspelling in Rakefile.
1 parent 1f79f9e commit 7b8b76f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Rakefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ require 'build_tasks'
1616
@conan_settings = {}
1717
@conan_scopes = { build_tests: 'True' }
1818

19+
##
1920
@coverity_email = ENV['LSDSLAM_COVERITY_EMAIL']
2021
@coverity_token = ENV['LSDSLAM_COVERITY_TOKEN']
2122

@@ -33,7 +34,7 @@ build_root = ENV['BUILD_ROOT'] || "build"
3334
cmake = CMake.new
3435

3536
newBuilds = [ Build.new( "Debug", cmake: cmake ),
36-
Build.new( "Debug_NoGIU", gui: false, cmake: cmake ),
37+
Build.new( "Debug_NoGUI", gui: false, cmake: cmake ),
3738
Build.new( "Release", cmake: cmake )
3839
]
3940
BuildTasks.new( newBuilds )

0 commit comments

Comments
 (0)