From 94f81b923766134cb1efdcb9c90afe1bd2d160f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 9 Mar 2011 10:16:25 +0000 Subject: [PATCH] Fix fix git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@382 fdac6126-5c0c-442c-9429-916003d36597 --- 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 39159351..f05ff1ca 100644 --- a/cmake/fixbundle.cmake.win.in +++ b/cmake/fixbundle.cmake.win.in @@ -21,7 +21,7 @@ include (BundleUtilities) get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH) # Get all executables in build dir -list( APPEND EXECUTABLES "@CMAKE_BINARY_DIR@/Build/*.exe" ) +file (GLOB EXECUTABLES "@CMAKE_BINARY_DIR@/Build/*.exe" ) message(STATUS "Fixing ${EXECUTABLES}")