From 0b3248630a43f1900cad7bedfe964bc25cef37d7 Mon Sep 17 00:00:00 2001 From: Linus Sherrill Date: Mon, 25 Jan 2016 13:36:56 -0500 Subject: [PATCH] Fix typo in cmake file. --- gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 162b30052..53eb68a71 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -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 "