From 07e3064cc44791aae65fcea48a5fd1647df2d322 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 17 Feb 2015 14:18:10 -0800 Subject: [PATCH] add an output message to verify LIB_PATHS --- cmake/scripts/FixupBundlePostBuild.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/scripts/FixupBundlePostBuild.cmake b/cmake/scripts/FixupBundlePostBuild.cmake index 826033d791..c6d0b42aea 100644 --- a/cmake/scripts/FixupBundlePostBuild.cmake +++ b/cmake/scripts/FixupBundlePostBuild.cmake @@ -10,4 +10,5 @@ # include(BundleUtilities) +message(STATUS "LIB_PATHS for fixup_bundle bundle ${BUNDLE_EXECUTABLE} are ${LIB_PATHS}") fixup_bundle("${BUNDLE_EXECUTABLE}" "" "${LIB_PATHS}") \ No newline at end of file