summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinWX/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt
index 5f848e45a0..1256890eb5 100644
--- a/Source/Core/DolphinWX/CMakeLists.txt
+++ b/Source/Core/DolphinWX/CMakeLists.txt
@@ -171,14 +171,6 @@ else()
MACOSX_BUNDLE_INFO_PLIST ${CMAKE_CURRENT_SOURCE_DIR}/Info.plist.in
)
- # Install Cg framework into application bundle.
- copy_resolved_framework_into_bundle(
- # Our framework in "Externals" does not have "Versions/Current/" in
- # its path; work around the missing directory levels using "././".
- "${CMAKE_SOURCE_DIR}/Externals/Cg/Cg.framework/././Cg"
- "${BUNDLE_PATH}/Contents/Frameworks/Cg.framework/././Cg"
- )
-
# Fix up the bundle after it is finished.
# There does not seem to be an easy way to run CMake commands post-build,
# so we invoke CMake again on a generated script.