Merge branch 'Disable_bundle_fix_without_apps' into 'master'

Convert 2 unix



See merge request !70
This commit is contained in:
Jan Möbius
2016-05-30 16:15:17 +02:00

View File

@@ -17,11 +17,13 @@ endfunction(gp_item_default_embedded_path_override)
include (BundleUtilities)
# Get library paths
get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
if(BUILD_APPS)
# Get library paths
get_filename_component(_GlutDir "@GLUT_glut_LIBRARY@" PATH)
# fix all dependencies
fixup_bundle ("@CMAKE_BINARY_DIR@/Build/Smoothing.exe" "" "${_GlutDir};@QT_BINARY_DIR@")
# fix all dependencies
fixup_bundle ("@CMAKE_BINARY_DIR@/Build/Smoothing.exe" "" "${_GlutDir};@QT_BINARY_DIR@")
endif()