Skip to content

Commit

Permalink
Fix typo in cmake file.
Browse files Browse the repository at this point in the history
  • Loading branch information
linus-sherrill committed Jan 25, 2016
1 parent 9168cbb commit 0b32486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ if (MAPTK_FIXUP_BUNDLE_ON_PACKAGE)
file(GENERATE OUTPUT ${script_file}
CONTENT "
set(plugin_libs \"${libs_genex}\")
set(bundle_path \"${bundle_path})\")
set(bundle_path \"${bundle_path}\")
")

install(CODE "
Expand Down

0 comments on commit 0b32486

Please sign in to comment.