From fe07bd72ebe620563c7e240183a0128af19c6147 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Mon, 30 May 2016 16:29:37 +0200 Subject: [PATCH] Typo for apps --- cmake/fixbundle.cmake.win.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/fixbundle.cmake.win.in b/cmake/fixbundle.cmake.win.in index 3143d9da..e7ec04d2 100644 --- a/cmake/fixbundle.cmake.win.in +++ b/cmake/fixbundle.cmake.win.in @@ -17,7 +17,7 @@ endfunction(gp_item_default_embedded_path_override) include (BundleUtilities) -if(BUILD_APPS) +if(@BUILD_APPS@) # Get library paths get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)