From f7891f5776d4eacb744796682569a58e350f5a4f Mon Sep 17 00:00:00 2001 From: Andreas Schenk <andreas_schenk@hms.harvard.edu> Date: Fri, 1 Feb 2013 14:25:06 -0500 Subject: [PATCH] removed duplicate else/endif introduced by earlier merge from CopyDependencies.cmake --- cmake_support/CopyDependencies.cmake | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cmake_support/CopyDependencies.cmake b/cmake_support/CopyDependencies.cmake index 373f2e6b4..60f399430 100644 --- a/cmake_support/CopyDependencies.cmake +++ b/cmake_support/CopyDependencies.cmake @@ -992,14 +992,6 @@ function(copy_python include_path version new_binary_path) endfunction(copy_python) - -else(APPLE) - MESSAGE("Unknown platform, deployment will not work.") -endif(APPLE) - - - - #============================================================================= # function remove_rpath (Linux) #============================================================================= -- GitLab