netcdf-c/FixBundle.cmake.in
Ward Fisher 3aec2591ac
2012-08-06 20:54:12 +00:00

11 lines
259 B
CMake

INCLUDE(BundleUtilities)
# Set bundle to the full path name of the executable
SET (BUNDLE "${CMAKE_INSTALL_PREFIX}/ncdump@CMAKE_EXECUTABLE_SUFFIX@"
SET (OTHER_LIBS "")
SET (DIRS "@LIBRARY_OUTPUT_PATH@")
fixup_bundle("${BUNDLE}" "${OTHER_LIBS}" "${DIRS}")