Skip to content

Commit

Permalink
cmake: missing space in wx util function
Browse files Browse the repository at this point in the history
Fix typo from 2fedaa6.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
  • Loading branch information
rkitover committed Apr 25, 2019
1 parent 2fedaa6 commit 15f040f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/VbamFunctions.cmake
Expand Up @@ -73,7 +73,7 @@ function(find_wx_util var util)
set(conf_suffixes "" gtk4u gtk4 gtk3u gtk3 gtk2u gtk2)
set(major_versions "" 4 3 2)
else()
set(conf_suffixes gtk4u gtk4 gtk3u gtk3 gtk2u gtk2"")
set(conf_suffixes gtk4u gtk4 gtk3u gtk3 gtk2u gtk2 "")
set(major_versions 4 3 2 "")
endif()

Expand Down

0 comments on commit 15f040f

Please sign in to comment.